[PATCH] D70705: [DebugInfo]Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 10:34:19 PST 2019
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Seems reasonable.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1232
+ emitDebugMacinfoDWO();
+ // Emit info into a debug macinfo.dwo section.
+ else
----------------
that comment looks misplaced
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70705/new/
https://reviews.llvm.org/D70705
More information about the llvm-commits
mailing list