[all-commits] [llvm/llvm-project] e88fee: AppleAcceleratorTable: Use MapVector to stabilize ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 19 19:59:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e88fee1fec6e69b7a1d55242146e9e311eebaba0
https://github.com/llvm/llvm-project/commit/e88fee1fec6e69b7a1d55242146e9e311eebaba0
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
M llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Log Message:
-----------
AppleAcceleratorTable: Use MapVector to stabilize iteration order after D153066
Use a MapVector to stabilize the order and simplify future changes like
D142862 that change the StringMap hash function.
More information about the All-commits
mailing list