[all-commits] [llvm/llvm-project] 1e18d0: [llvm][asmprinter] Make call graph section determi...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Nov 10 14:37:37 PST 2025
Branch: refs/heads/users/ilovepi/call-graph-section-determinism
Home: https://github.com/llvm/llvm-project
Commit: 1e18d02a9835efa671d1313555460091319e51c4
https://github.com/llvm/llvm-project/commit/1e18d02a9835efa671d1313555460091319e51c4
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
Log Message:
-----------
[llvm][asmprinter] Make call graph section deterministic
The call-graph-section-assembly.ll tests in CodeGen/X86 and
CodeGen/Aarch64 bot fail under LLVM_REVERSE_ITERATION. These sets should
use SmallSetVector to avoid non-determinism in the ouput.
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