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:
Chris Lattner 2003-04-23 18:38:13 +00:00
parent 3907d11200
commit e709a21d66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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