[lld] [LLD][ELF] add bp-* options in ELF (PR #120514)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 08:56:35 PST 2025
================
@@ -141,6 +141,24 @@ 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: Eq<"irpgo-profile",
----------------
MaskRay wrote:
EEq so that we don't define the single-dash `-irpgo-profile`
https://github.com/llvm/llvm-project/pull/120514
More information about the llvm-commits
mailing list