[PATCH] D140223: [DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo/debug_macro tables.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 10:54:43 PST 2022


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

Looks reasonable to me. @JDevlieghere ?



================
Comment at: llvm/lib/DWARFLinker/DWARFStreamer.cpp:991
+
+        // Write macinfo type
+        MS->emitIntValue(MacroType, 1);
----------------
missing `.` :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140223



More information about the llvm-commits mailing list