mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Tweak testcases to use linkonce as appropriate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3907d11200
commit
e709a21d66
@ -12,7 +12,7 @@
|
||||
%Intern2 = internal constant int 792
|
||||
|
||||
; Initialized to point to external %MyVar
|
||||
%MyVarPtr = global { int * } { int * %MyVar }
|
||||
%MyVarPtr = linkonce global { int * } { int * %MyVar }
|
||||
|
||||
declare int "foo"(int %blah) ;; Declared in testlink2.ll
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
%Intern2 = constant int 12345 ;; Intern in one but not in other
|
||||
|
||||
%MyIntListPtr = constant { {\2,int}* } { {\2,int}* %MyIntList }
|
||||
%MyVarPtr = global { int * } { int * %MyVar }
|
||||
%MyVarPtr = linkonce global { int * } { int * %MyVar }
|
||||
|
||||
constant int 412
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user