[PATCH] D53155: [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. Fixes PR38990.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 17:28:58 PDT 2018
dblaikie added inline comments.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFUnit.h:203
+ /// refer to substrings of it when opportune (e.g. in a DWARF package file).
+ std::pair<const DWARFSection *, StringRef> LocSection;
const DWARFSection &LineSection;
----------------
Could this be a union, perhaps?
https://reviews.llvm.org/D53155
More information about the llvm-commits
mailing list