forked from OSchip/llvm-project
Add -mtriple=x86_64-linux to this test case to fix the build bots.5
The original commit was r203829. llvm-svn: 203844
This commit is contained in:
parent
96e9ed71ea
commit
3de14bc77e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue