diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-03 19:48:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-03 19:48:10 +0000 |
commit | f0db7a98ae55daa5bfc68ff343fb5961f07d3b51 (patch) | |
tree | 31575a288dd4c6be4d0a8d5d9bba37747ee56beb /test/Linker/testlink1.ll | |
parent | 14d6b75c10f759589edd039b74845b4e3e7c621f (diff) |
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/testlink1.ll')
-rw-r--r-- | test/Linker/testlink1.ll | 2 |
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 |