[PATCH] D78500: [DWARF5]:Added support for .debug_macro.dwo section in llvm-dwarfdump
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 10:11:49 PDT 2020
SouraVX marked 5 inline comments as done.
SouraVX added inline comments.
================
Comment at: llvm/include/llvm/MC/MCObjectFileInfo.h:116
MCSection *DwarfMacinfoDWOSection = nullptr;
+ MCSection *DwarfMacroDWOSection = nullptr;
----------------
ikudrin wrote:
> It looks like the changes in `MC` files should not be in this patch.
It is needed in MCObjectFileInfo.cpp.
```
DwarfMacroDWOSection =
Ctx->getELFSection(".debug_macro.dwo", DebugSecType, ELF::SHF_EXCLUDE);
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78500/new/
https://reviews.llvm.org/D78500
More information about the llvm-commits
mailing list