projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60d2ba
)
Add -mtriple=x86_64-linux to this test case to fix the build bots.5
author
Kevin Enderby
<enderby@apple.com>
Thu, 13 Mar 2014 20:31:19 +0000
(20:31 +0000)
committer
Kevin Enderby
<enderby@apple.com>
Thu, 13 Mar 2014 20:31:19 +0000
(20:31 +0000)
The original commit was r203829.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203844
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/dbg-changes-codegen.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/dbg-changes-codegen.ll
b/test/CodeGen/X86/dbg-changes-codegen.ll
index 7cf94ee0f1e99806d289a2f3c8433f341e1a4a98..0b17c455408bcb48c34cd43be211dbdf366374a5 100644
(file)
--- a/
test/CodeGen/X86/dbg-changes-codegen.ll
+++ b/
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