Displaying 2 results from an estimated 2 matches for "coffreference".
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
2015 Feb 07
2
[LLVMdev] [lld] Representation of lld::Reference with a fake target
I'm not planning to remove YAML. YAML is important for testing.
On Fri, Feb 6, 2015 at 3:57 PM, Shankar Easwaran <shankare at codeaurora.org>
wrote:
> I am fine with it. I hope you are not planning to remove YAML.
>
>
> On 2/6/2015 4:54 PM, Rui Ueyama wrote:
>
> Can we remove Native format support? I'd like to get input from anyone who
> wants to keep the