[all-commits] [llvm/llvm-project] 845b03: [WebAssembly] Use MapVector to stabilize iteration...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jul 20 00:07:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 845b03cea46d5f9d071384dc74786977ae9e70f5
https://github.com/llvm/llvm-project/commit/845b03cea46d5f9d071384dc74786977ae9e70f5
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Log Message:
-----------
[WebAssembly] Use MapVector to stabilize iteration order after D150803
StringMap iteration order is not guaranteed to be deterministic
(https://llvm.org/docs/ProgrammersManual.html#llvm-adt-stringmap-h).
More information about the All-commits
mailing list