search for: 23a7dde6

Displaying 3 results from an estimated 3 matches for "23a7dde6".

Did you mean: 23a7dce1
2010 Oct 21
0
[LLVMdev] Dwarf debugging strangeness, continued...
On Oct 20, 2010, at 10:49 PM, Talin wrote: > First, there are a bunch of .bc files that are generated by my frontend, and which contain debugging metadata (I checked using llvm-dis and the metadata appears to be OK). These are then combined by my linker, tartln, which combines the functions of 'opt' and 'llc', as well as having some custom passes for reflection and garbage
2010 Oct 21
1
[LLVMdev] Dwarf debugging strangeness, continued...
...ve this constraint - which causes the assertion failure. For some reason optimization makes this problem go away. > - > Devang > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101021/23a7dde6/attachment.html>
2010 Oct 21
2
[LLVMdev] Dwarf debugging strangeness, continued...
Another chapter in the long saga of trying to get source-level debugging working :) I've switched over to using the direct object-file generation instead of generating assembly in hopes of getting around the "Fatal error: duplicate .debug_line sections" binutils bug. I now have 4 different tools for dumping the DWARF info for an object module: dwarfdump, objdump, readelf, and