[ELF] Reword symMap/symVector comment. NFC
authorFangrui Song <i@maskray.me>
Wed, 8 Feb 2023 18:50:44 +0000 (10:50 -0800)
committerFangrui Song <i@maskray.me>
Wed, 8 Feb 2023 18:50:44 +0000 (10:50 -0800)
commitdc6f8ef57c8202fab4fcd6de875fbec17865f247
tree1f7b67471ae224681d1d1a4fdb190ecbed72e43b
parent3ff636729d067801039b3a37618f6ce0dd1c3d24
[ELF] Reword symMap/symVector comment. NFC

Having symVector makes iteration efficient and is actually more
efficient than using llvm::DenseMap<llvm::CachedHashStringRef, Symbol
*>, so the FIXME comment can be removed. Using an alternative
implementation ankerl/unordered_dense.h decreases link time for chromium
by 0.x% but I am unsure it justifies the extra header file.
lld/ELF/SymbolTable.h