aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/testlink1.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/testlink1.ll
parent3907d1120005e51ec2299c274619723ce6a0fff3 (diff)
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/testlink1.ll')
-rw-r--r--test/Linker/testlink1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/testlink1.ll b/test/Linker/testlink1.ll
index 898188b5c6..3f07213ced 100644
--- a/test/Linker/testlink1.ll
+++ b/test/Linker/testlink1.ll
@@ -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