[LLVMdev] LLVM generates broken debug info on Windows

Vadim vadimcn at gmail.com
Thu Jun 6 15:25:33 PDT 2013


On Thu, Jun 6, 2013 at 2:54 PM, Anton Korobeynikov
<anton at korobeynikov.info>wrote:

> > I am not sure what's the right approach for fixing this.  Should
> .secrel32
> > be used on all platforms, or just for Windows PE-COFF?   Can somebody
> > familiar with intricacies of DWARF format on different platforms please
> > comment of this?
> section-relative offsets should be used on COFF.


Well, not everywhere it seems: for references into the .text section, gcc
still uses .long <offset from beginning of .text>


> Can you fill the PR with short reproducer?
>

Are you referring to this: http://llvm.org/docs/HowToSubmitABug.html ?
Sorry, I'm new here.

Vadim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130606/79f661d7/attachment.html>


More information about the llvm-dev mailing list