mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Don't use fast isel on this test.
This fixes the test on ARM. Looks like it was broken by r182877. Not sure if this is a bug on fast isel on ARM, but this should help fix the ARM bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a36cb0805
commit
977de2d869
@ -1,4 +1,4 @@
|
||||
; RUN: llc -asm-verbose -O0 -o %t < %s
|
||||
; RUN: llc -fast-isel=false -asm-verbose -O0 -o %t < %s
|
||||
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
|
||||
; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
|
||||
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
|
||||
|
Loading…
x
Reference in New Issue
Block a user