Files
clang-p2996/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
alx32 93fd72cbb1 [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.
2025-01-14 13:07:16 -08:00

23 KiB