mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a7980b5ea
commit
eb28797506
5
test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
Normal file
5
test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc | not grep 18446744073709551612
|
||||
|
||||
%A = external global int
|
||||
|
||||
%Y = global int* getelementptr (int* %A, int -1)
|
Loading…
Reference in New Issue
Block a user