[clang] [llvm] [AArch64] Add -mlr-for-calls-only to replace the now removed -ffixed-x30 flag. (PR #98073)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 16:30:12 PDT 2024
================
@@ -4917,6 +4917,9 @@ foreach i = {1-31} in
def ffixed_x#i : Flag<["-"], "ffixed-x"#i>, Group<m_Group>,
HelpText<"Reserve the x"#i#" register (AArch64/RISC-V only)">;
+def mlr_for_calls_only : Flag<["-"], "mlr-for-calls-only">, Group<m_aarch64_Features_Group>,
----------------
efriedma-quic wrote:
Name seems okay.
https://github.com/llvm/llvm-project/pull/98073
More information about the cfe-commits
mailing list