Displaying 1 result from an estimated 1 matches for "coffbasedefinedatom".
2013 Nov 11
1
[LLVMdev] [lld] consolidating the usage of saving references
Hi,
It looks like each flavor chooses to save references in its own way.
The GNU flavor (ELF) uses a single vector of references and uses
referenceStartIndex/referenceEndIndex to point to the references for
each DefinedAtom.
Darwin(Mach-O) / WinLink (PECOFF) uses a different way of storing
references ?
Is there a plan to make the WinLink/Darwin(Mach-O) use a single vector
of references too