Displaying 1 result from an estimated 1 matches for "linkon".
Did you mean:
linkonc
2004 Jun 18
1
[LLVMdev] Linkages handling
...he possible
combinations:
Initialized Null
Internal .data, local .data, .comm, .local
External .data, .globl .bss, .globl,
Appending ??? ????
LinkOnce llvm.linkonce.d data, .comm
.weak
Weak ??? ???
And the question I have are:
1. Does ld really supports appending linkage?
2. The difference between LLVM linkonce and weak is that linkone symbols...