dberris added inline comments. ================ Comment at: lld/ELF/MapFile.cpp:50 + // Maps sections to their symbols. + DenseMap<const SectionBase *, std::vector<SymbolBody *>> Symbols; + ---------------- No `SmallVector<...>` ? https://reviews.llvm.org/D32631