summaryrefslogtreecommitdiff
path: root/test/Linker
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-03 19:48:10 +0000
committerChris Lattner <sabre@nondot.org>2004-12-03 19:48:10 +0000
commitf0db7a98ae55daa5bfc68ff343fb5961f07d3b51 (patch)
tree31575a288dd4c6be4d0a8d5d9bba37747ee56beb /test/Linker
parent14d6b75c10f759589edd039b74845b4e3e7c621f (diff)
downloadllvm-f0db7a98ae55daa5bfc68ff343fb5961f07d3b51.tar.gz
llvm-f0db7a98ae55daa5bfc68ff343fb5961f07d3b51.tar.bz2
llvm-f0db7a98ae55daa5bfc68ff343fb5961f07d3b51.tar.xz
Do not multiply define symbol
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-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 5417239003..df70afe054 100644
--- a/test/Linker/testlink1.ll
+++ b/test/Linker/testlink1.ll
@@ -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