Displaying 1 result from an estimated 1 matches for "1012433".
Did you mean:
1012431
2010 Sep 26
4
[LLVMdev] Win32 COFF Support
Hi guys,
While trying to get dwarf debugging information to work with Win32 COFF
targets, I came across a couple of issues with the current implementation
of WinCOFFObjectWriter. Emitting empty section causes debug information to
invalid, as the presence of certain debug section implies available
information, and emission of labels as symbols confused gdb about the
structure of the program.
The