mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Add -mtriple=x86_64-linux to this test case to fix the build bots.5
The original commit was r203829. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b60d2ba5c4
commit
c5888b8d1b
@ -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…
x
Reference in New Issue
Block a user