[PATCH] D78006: [DWARF5] Added support for DW_MACRO_import form in llvm-dwarfdump..

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 10:10:57 PDT 2020


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

Sounds good - though I'm curious: under what conditions does GCC use this feature?



================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp:73
+      case DW_MACRO_import:
+        OS << format(" - Import Offset: 0x%08" PRIx64, E.ImportOffset);
+        break;
----------------
Use lowercase to match the other/surrounding format


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78006





More information about the llvm-commits mailing list