Displaying 2 results from an estimated 2 matches for "symboldata".
Did you mean:
mcsymboldata
2010 Jul 16
0
[LLVMdev] Win32 COFF Support - Patch 3
...text,
> TargetAsmBackend &TAB,
> MCCodeEmitter &CE,
> raw_ostream &OS);
>
> + void OnSectionDataCreated(MCSection const *Section,
> + MCSectionData *SectionData);
> +
> + void OnSymbolDataCreated(MCSymbol const *Symbol,
> + MCSymbolData *SymbolData);
These aren't used, can you just remove them and add them when they actually are
needed?
> + MCSectionData *getSectionData(MCSection const *Section = 0);
> + MCSymbolData *getSymbolData(MCSymbol...
2010 Jul 14
2
[LLVMdev] Win32 COFF Support - Patch 3
On Sun, Jul 11, 2010 at 6:10 PM, Chris Lattner <clattner at apple.com> wrote:
> This probably needs to be slightly tweaked to work with mainline. I don't see anything objectionable, but I think Daniel needs to review this one.
Updated patch to work with mainline.
http://github.com/Bigcheese/llvm-mirror/commit/d19a4c82c18afc4830c09b70f02d162292231c94
- Michael Spencer