mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +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:
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)
|
Reference in New Issue
Block a user