Do not multiply define symbol
authorChris Lattner <sabre@nondot.org>
Fri, 3 Dec 2004 19:48:10 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Dec 2004 19:48:10 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18461 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/testlink1.ll

index 54172390031f0eaa7c86a7a7161692e486b756c0..df70afe0548ce4fe256315a14a1e7a25121d18c2 100644 (file)
@@ -6,7 +6,7 @@
 %MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }
              external global int      ; int*:0
 
-%AConst    = constant int 123
+%AConst    = linkonce constant int 123
 
 %Intern1   = internal constant int 42
 %Intern2   = internal constant int 792