[PATCH] D146662: DebugInfo: Rebuild dwp debug_info index column from v5 indexes more robustly

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 11:49:54 PDT 2023


ayermolo accepted this revision.
ayermolo added a comment.
This revision is now accepted and ready to land.

Sorry missed update. 
Minor question, but LGTM.
Thank you for adding DWARF5 handling.



================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFContext.cpp:880
+    if (Iter == Map.end()) {
+      logAllUnhandledErrors(createError("Could not find CU offset 0x" +
+                                        Twine::utohexstr(CUOff.getOffset()) +
----------------
Would printing out signature make it easier to find offending entry?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146662



More information about the llvm-commits mailing list