search for: sht_group

Displaying 1 result from an estimated 1 matches for "sht_group".

Did you mean: shf_group
2012 Oct 19
0
[LLVMdev] [llvm-commits] Atom alignment
...nt (which seems to be currently missing from DefinedAtom.h). The core linking part of lld knows to coalesce atoms that have the same size and content if their merge type is mergeByConent. I will go ahead and add the type when I have support for this. > >> b) Handling section groups (SHT_GROUP) for C++ comdat resolution > The group comdat model is that there is a group of symbols one of which is the "signature" symbol. If the signature symbol is coalesced away, all the the symbols in the group are thrown away. If the signature symbols remains, then all symbols remain. In...