[llvm] [llvm][dwarf][rfc][donotcommit] Enable print of ranges addresses from .debug_info.dwo (PR #65516)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 14:26:53 PDT 2023
================
@@ -1004,21 +1006,47 @@ void DWARFContext::dump(
DObj->getAbbrevDWOSection()))
getDebugAbbrevDWO()->dump(OS);
+ std::unordered_map<uint64_t, DWARFUnit *> DwoIDToDUMap;
----------------
adrian-prantl wrote:
We usually use llvm::DenseMap.
https://llvm.org/docs/CodingStandards.html#c-standard-library
https://github.com/llvm/llvm-project/pull/65516
More information about the llvm-commits
mailing list