mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
This should check for darwin literal sections as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a17f03980f
commit
d7626a82e6
@ -1,4 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep literal
|
||||
;
|
||||
; Check that no FP constants in this testcase ends up in the
|
||||
; constant pool.
|
||||
|
Loading…
Reference in New Issue
Block a user