[PATCH] D118521: [GSYM] Add Split Dwarf Support to DwarfTransformer

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 22:20:36 PST 2022


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

I can help come up with a test for this before we commit it.



================
Comment at: llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp:440
+        Log << "warning: Unable to retrieve DWO .debug_info section for "
+              << DWOName << "\n";
+      } else {
----------------
Fix indent per pre-merge above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118521



More information about the llvm-commits mailing list