diff options
author | alx32 <103613512+alx32@users.noreply.github.com> | 2025-01-14 13:07:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 13:07:16 -0800 |
commit | 93fd72cbb1a3c340add27fc380c4450406313d68 (patch) | |
tree | 557bfdfd91280cc457f1d17abea992c1044a4a6a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | ecf264d3b4eebcfcc3bd89ceac090b82fd5e75c7 (diff) | |
download | llvm-93fd72cbb1a3c340add27fc380c4450406313d68.zip llvm-93fd72cbb1a3c340add27fc380c4450406313d68.tar.gz llvm-93fd72cbb1a3c340add27fc380c4450406313d68.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions