[PATCH] D73042: [DWARF] Eliminate the DWARFDebugNames::Header::Padding field.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 10:29:48 PST 2020
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h:241
uint32_t AugmentationStringSize;
SmallString<8> AugmentationString;
----------------
It looks like the rest of the struct doesn't follow the on-disk memory layout either, so I guess this is ok.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73042/new/
https://reviews.llvm.org/D73042
More information about the llvm-commits
mailing list