Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
Fangrui Song 60a2b99125 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.
2023-07-19 19:50:36 -07:00

24 KiB