This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-02-22 13:29:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
Linker
/
Inputs
/
linkage2.ll
6 lines
101 B
LLVM
Raw
Normal View
History
Unescape
Escape
Prefer common over weak linkage when linking. This matches the behavior of ELF linkers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217443 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-09 14:27:09 +00:00
@test1_a
=
weak
global
i8
1
Fix a use of an undefined value (the linkage). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217445 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-09 14:52:27 +00:00
@test2_a
=
external
dllimport
global
i8
When merging two common GlobalValues, keep the largest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217451 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-09 15:59:12 +00:00
@test3_a
=
common
global
i16
0
Reference in New Issue
Copy Permalink