aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/testlink1.ll
diff options
context:
space:
mode:
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 898188b..3f07213 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