Displaying 1 result from an estimated 1 matches for "linkone".
Did you mean:
linkonce
2004 Jun 18
1
[LLVMdev] Linkages handling
...????
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 can
be discared, if not used. I don't think there's anything in ld which matches
LLVM linkonce -- the symbols are never discarded. Am I wrong?
3. I've tries to figure out how linkonce works with ld. It appears that it
special cases sections starting with ".gnu.linkonce&q...