[PATCH] D128184: [lld-macho] Show source information for undefined references

Daniel Bertalan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 06:29:22 PDT 2022


BertalanD added a comment.

I checked the object in Chromium that caused the crash, and it indeed only has `__debug_line` but not the other DWARF sections. I'll have a think about crafting an object that has only one of the three sections that are currently parsed on trunk, and see if we can produce the same crash with it. I suppose if that works, I'll submit a separate diff with a fix for trunk and the test case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128184/new/

https://reviews.llvm.org/D128184



More information about the llvm-commits mailing list