[all-commits] [llvm/llvm-project] 51e725: [lldb] Fix nondeterminism in DWARFIndexCachingTest
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue May 3 01:30:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51e72570d7e163d03ff211b7127899a1efd08174
https://github.com/llvm/llvm-project/commit/51e72570d7e163d03ff211b7127899a1efd08174
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M lldb/unittests/SymbolFile/DWARF/DWARFIndexCachingTest.cpp
Log Message:
-----------
[lldb] Fix nondeterminism in DWARFIndexCachingTest
The entries in the input map need to be sorted as well, as there's no
guarantee that the entries (ConstStrings) will be inserted in the proper
order.
More information about the All-commits
mailing list