summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-03-13 20:31:19 +0000
committerKevin Enderby <enderby@apple.com>2014-03-13 20:31:19 +0000
commit3de14bc77e476b5684d75b832c6f8ff21d3134ba (patch)
tree4e585c5d1aa98c0feeefeeebb9c7d7d4d6a65637 /llvm/test/CodeGen/X86
parent96e9ed71ea8f812c42016434efa0939352a75b5c (diff)
downloadbcm5719-llvm-3de14bc77e476b5684d75b832c6f8ff21d3134ba.tar.gz
bcm5719-llvm-3de14bc77e476b5684d75b832c6f8ff21d3134ba.zip
Add -mtriple=x86_64-linux to this test case to fix the build bots.5
The original commit was r203829. llvm-svn: 203844
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/dbg-changes-codegen.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dbg-changes-codegen.ll b/llvm/test/CodeGen/X86/dbg-changes-codegen.ll
index 7cf94ee0f1e..0b17c455408 100644
--- a/llvm/test/CodeGen/X86/dbg-changes-codegen.ll
+++ b/llvm/test/CodeGen/X86/dbg-changes-codegen.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux | FileCheck %s
; The Peephole optimizer should fold the load into the cmp even with debug info.
; CHECK-LABEL: _ZN3Foo3batEv
OpenPOWER on IntegriCloud