summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-04-13 20:24:40 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-04-13 20:24:40 +0000
commitcab9ce9163b11189933ded2bb81d30e6fb29ed61 (patch)
tree14001461531d6437c660276d31b8095518771877 /llvm/test/CodeGen
parent7fa6629d7d5df922c74b05152f2baa98f3462fc3 (diff)
downloadbcm5719-llvm-cab9ce9163b11189933ded2bb81d30e6fb29ed61.tar.gz
bcm5719-llvm-cab9ce9163b11189933ded2bb81d30e6fb29ed61.zip
Add mtriple to test case to avoid problems with different naming schemes
llvm-svn: 234793
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll b/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll
index 78c84c47d49..9efa6afd123 100644
--- a/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll
+++ b/llvm/test/CodeGen/X86/tailcall-mem-intrinsics.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
; CHECK-LABEL: tail_memcpy
; CHECK: jmp memcpy
OpenPOWER on IntegriCloud