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>
Anton Korobeynikov
2013-Jun-06 22:51 UTC
[LLVMdev] LLVM generates broken debug info on Windows
>> Can you fill the PR with short reproducer? > Are you referring to this: http://llvm.org/docs/HowToSubmitABug.html ?Yes. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
http://llvm.org/bugs/show_bug.cgi?id=16249 On Thu, Jun 6, 2013 at 3:51 PM, Anton Korobeynikov <anton at korobeynikov.info>wrote:> >> Can you fill the PR with short reproducer? > > Are you referring to this: http://llvm.org/docs/HowToSubmitABug.html ? > Yes. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130606/2dc19b01/attachment.html>
Possibly Parallel Threads
- [LLVMdev] Fwd: LLVM generates broken debug info on Windows
- [LLVMdev] LLVM generates broken debug info on Windows
- [LLVMdev] Debug information under windows
- [LLVMdev] [PATCH] docs/Bugpoint.html: mention -debug-pass=Arguments
- [LLVMdev] Does the gcc frontend do inlining or deadcode elimination ?