[all-commits] [llvm/llvm-project] 9fabf9: [llvm][asmprinter] Make call graph section determi...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Nov 10 13:56:47 PST 2025
Branch: refs/heads/users/ilovepi/call-graph-section-determinism
Home: https://github.com/llvm/llvm-project
Commit: 9fabf9d4fe91f8a91a571393fa2b740e006191b1
https://github.com/llvm/llvm-project/commit/9fabf9d4fe91f8a91a571393fa2b740e006191b1
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 SetVector 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