From 34f5867310520a1b0d200c8d9def1799c9239c7f Mon Sep 17 00:00:00 2001 From: Stephen Canon Date: Fri, 20 Jul 2018 03:50:55 +0000 Subject: [PATCH] Add x86_64-unkown triple to llc for x86 test. llvm-svn: 337523 --- llvm/test/CodeGen/X86/pr38038.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/pr38038.ll b/llvm/test/CodeGen/X86/pr38038.ll index 42ade7c..eaacfed 100644 --- a/llvm/test/CodeGen/X86/pr38038.ll +++ b/llvm/test/CodeGen/X86/pr38038.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown ; PR38038 define i8 @crash(half) { -- 2.7.4