[lld] [lld][ELF] Extend profile guided function ordering to ELF binaries (PR #117514)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 22:31:44 PST 2024
================
@@ -141,6 +141,20 @@ def call_graph_profile_sort: JJ<"call-graph-profile-sort=">,
def : FF<"no-call-graph-profile-sort">, Alias<call_graph_profile_sort>, AliasArgs<["none"]>,
Flags<[HelpHidden]>;
+defm irpgo_profile_sort: Eq<"irpgo-profile-sort",
----------------
Colibrow wrote:
@MaskRay @ellishg @mysterymath I have created a new pull request about the options change. Could you please review it?
https://github.com/llvm/llvm-project/pull/118594
If it works I'll rebase this one.
https://github.com/llvm/llvm-project/pull/117514
More information about the llvm-commits
mailing list