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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 13:47:56 PDT 2023


dblaikie added inline comments.


================
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()) +
----------------
ayermolo wrote:
> Would printing out signature make it easier to find offending entry?
Yeah, thanks for the catch! & rephrased a couple of the errors to say "unit" rather than "CU" since this applies to type units too.


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