mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 21:00:00 +00:00
Do not multiply define symbol
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14d6b75c10
commit
f0db7a98ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user