diff options
author | Fangrui Song <i@maskray.me> | 2023-07-19 19:50:36 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-07-19 19:50:36 -0700 |
commit | 60a2b9912514eb94f4d53dae4a727f8079c4c402 (patch) | |
tree | 05f3f7da8af7c1d5c552c894e7ccc1b0ecfd4b04 /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | |
parent | b71e1f6fe575e0e0e2acddcfad37ca8000036863 (diff) | |
download | llvm-60a2b9912514eb94f4d53dae4a727f8079c4c402.zip llvm-60a2b9912514eb94f4d53dae4a727f8079c4c402.tar.gz llvm-60a2b9912514eb94f4d53dae4a727f8079c4c402.tar.bz2 |
AccelTable: Use MapVector to stabilize iteration order
Entries of the same DJB hash are in the hash lookup table/name table are
ordered by the iteration order of `Entries` (a StringMap). Change
`Entries` to a MapVector to stabilize the order and simplify future
changes like D142862 that change the StringMap hash function.
Diffstat (limited to 'llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp')
0 files changed, 0 insertions, 0 deletions