aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-07-19 19:50:36 -0700
committerFangrui Song <i@maskray.me>2023-07-19 19:50:36 -0700
commit60a2b9912514eb94f4d53dae4a727f8079c4c402 (patch)
tree05f3f7da8af7c1d5c552c894e7ccc1b0ecfd4b04 /llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
parentb71e1f6fe575e0e0e2acddcfad37ca8000036863 (diff)
downloadllvm-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