mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Don't try to interpret a fictitious file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bcb8674f7e
commit
fad4c0f155
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
; RUN: llvm-as < %s | lli --force-interpreter=true %t3.bc | grep -- -255
|
||||
; RUN: llvm-as < %s | lli --force-interpreter=true | grep -- -255
|
||||
|
||||
@ARRAY = global [ 20 x i17 ] zeroinitializer
|
||||
@FORMAT = constant [ 4 x i8 ] c"%d\0A\00"
|
||||
|
Loading…
Reference in New Issue
Block a user