summaryrefslogtreecommitdiff
path: root/test/Linker/testlink2.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-23 18:38:13 +0000
committerChris Lattner <sabre@nondot.org>2003-04-23 18:38:13 +0000
commite709a21d666368b898df05f574751b322f1a3495 (patch)
treed0ad43f8b1b32a4e9eb104eff62b2f8f4834f0ae /test/Linker/testlink2.ll
parent3907d1120005e51ec2299c274619723ce6a0fff3 (diff)
downloadllvm-e709a21d666368b898df05f574751b322f1a3495.tar.gz
llvm-e709a21d666368b898df05f574751b322f1a3495.tar.bz2
llvm-e709a21d666368b898df05f574751b322f1a3495.tar.xz
Tweak testcases to use linkonce as appropriate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/testlink2.ll')
-rw-r--r--test/Linker/testlink2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/testlink2.ll b/test/Linker/testlink2.ll
index 210e847f6d..31a29eb52d 100644
--- a/test/Linker/testlink2.ll
+++ b/test/Linker/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