search for: 5b9538af

Displaying 2 results from an estimated 2 matches for "5b9538af".

2010 Jun 13
0
[LLVMdev] Win32 COFF Support
...nker only reads headers and symbol information into memory and then copies data sections into the final EXE on the fly? - Michael Spencer > - Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100613/5b9538af/attachment.html>
2010 Jun 13
2
[LLVMdev] Win32 COFF Support
On Sun, Jun 13, 2010 at 6:34 AM, Matt Fleming <matt at console-pimps.org> wrote: > FYI, I've been working wth Daniel to try and pull all the Mach-O > specific things out of llvm-mc and lib/MC and put them into object file > classes. Once those patches are merged it should be a small matter of > programming to get COFF support for llvm-mc, given that the ObjectWriter > and