[PATCH] Debug Info on Windows
David Blaikie
dblaikie at gmail.com
Thu Jul 25 13:14:38 PDT 2013
On Thu, Jul 25, 2013 at 1:06 PM, Carlo Kok <ck at remobjects.com> wrote:
> Attached is a possible fix for:
> Bug 16249 - LLVM generates broken debug info on Windows
>
> From what I can find out the issue is that DIE Labels to strings and other
> objects should be emitted as a coff "secrel32" symbol, not a .long.
>
> After applying this patch gdb and llvm-dwarfdump can properly read the file.
Can you provide test coverage for this?
More information about the llvm-commits
mailing list