[Lldb-commits] [PATCH] D51578: Contiguous .debug_info+.debug_types for D32167
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 12 09:56:37 PST 2018
clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h:65
typedef std::vector<DWARFUnitSP> CompileUnitColl;
+ typedef llvm::DenseMap<uint64_t, uint32_t> TypeSignatureMap;
----------------
yeah, I kept getting people commenting on my patches that told me to use DenseMap and StringMap!
Repository:
rLLDB LLDB
https://reviews.llvm.org/D51578
More information about the lldb-commits
mailing list