diff options
author | Fangrui Song <i@maskray.me> | 2023-02-08 10:50:44 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-02-08 10:50:44 -0800 |
commit | dc6f8ef57c8202fab4fcd6de875fbec17865f247 (patch) | |
tree | 1f7b67471ae224681d1d1a4fdb190ecbed72e43b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3ff636729d067801039b3a37618f6ce0dd1c3d24 (diff) | |
download | llvm-dc6f8ef57c8202fab4fcd6de875fbec17865f247.zip llvm-dc6f8ef57c8202fab4fcd6de875fbec17865f247.tar.gz llvm-dc6f8ef57c8202fab4fcd6de875fbec17865f247.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions