[all-commits] [llvm/llvm-project] 4d5955: [NFC][YAML][IR] Output CfiFunction sorted (#130379)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Mar 8 12:19:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d5955215eb74a3bfa2394333a0a412df7d5a036
https://github.com/llvm/llvm-project/commit/4d5955215eb74a3bfa2394333a0a412df7d5a036
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
Log Message:
-----------
[NFC][YAML][IR] Output CfiFunction sorted (#130379)
As-is it's NFC, as internally `CfiFunction*` are std::set<>.
We are changing internals of `CfiFunctionDefs` and
`CfiFunctionDecls` so they will be ordered by GUID.
Sorting by name is unnecessary but good for
readability and tests.
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