mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf6bac3b56
commit
a4610ec6ba
4
test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
Normal file
4
test/CBackend/2003-06-28-LinkOnceGlobalVars.llx
Normal file
@ -0,0 +1,4 @@
|
||||
; RUN: as < %s | dis -c | grep common | grep X
|
||||
|
||||
%X = linkonce global int 5
|
||||
|
4
test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
Normal file
4
test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx
Normal file
@ -0,0 +1,4 @@
|
||||
; RUN: as < %s | dis -c | grep common | grep X
|
||||
|
||||
%X = linkonce global int 5
|
||||
|
Loading…
Reference in New Issue
Block a user