[Lldb-commits] [lldb] [lldb][NativePDB] Sort function name maps deterministically. (PR #156530)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 2 13:57:56 PDT 2025
https://github.com/Nerixyz approved this pull request.
LGTM, thank you for noticing!
The type-name map uses the same map type and [doesn't specify a comparator either](https://github.com/llvm/llvm-project/blob/3c7bf3b3c3a4871d13f7b7d5d60bbf190eaf8f3a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp#L2429). That could also use one to make `FindType` deterministic, I suppose.
https://github.com/llvm/llvm-project/pull/156530
More information about the lldb-commits
mailing list