[all-commits] [llvm/llvm-project] 93fd72: [llvm-gsymutil] Ensure gSYM creation determinism w...
alx32 via All-commits
all-commits at lists.llvm.org
Tue Jan 14 13:07:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93fd72cbb1a3c340add27fc380c4450406313d68
https://github.com/llvm/llvm-project/commit/93fd72cbb1a3c340add27fc380c4450406313d68
Author: alx32 <103613512+alx32 at users.noreply.github.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
Log Message:
-----------
[llvm-gsymutil] Ensure gSYM creation determinism with merged functions (#122921)
We were seeing occasional test failures with expensive checks enabled.
The issue was tracked down to a `sort` which should instead be a
`stable_sort` to ensure determinism. Checked locally and the
non-determinism went away.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list