Jack Carter via llvm-dev
2017-Sep-21 22:56 UTC
[llvm-dev] llvm-link: Missing Dwarf DIE references
All the input files are bitcode. Due to our arcane build methodology the bitcode files end up with ".o'. Yes, this drives me nuts. I renamed them to ".bc" for the posting, but obviously missed one. My guess is that the debug information in the bitcode is sometimes not updated correctly when some of the modules are combined and coalesced. Some redundancy is detected and eliminated, but the debug info is left with dangling references. It is just a guess at this point and probably wrong, but that is what I will look for as I debug this. Jack -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170921/bf14fe92/attachment.html>
Reasonably Related Threads
- llvm-link: Missing Dwarf DIE references
- llvm-link: Missing Dwarf DIE references
- Potential DWARF debug info bug: DW_TAG_label DIE has a DW_AT_prototyped attribute
- Potential DWARF debug info bug: DW_TAG_label DIE has a DW_AT_prototyped attribute
- Fragmented DWARF