[clang] [llvm] [PowerPC] Add an alias for -mregnames so that full register names used in assembly. (PR #70255)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 00:37:55 PDT 2023
================
@@ -5011,6 +5011,12 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
Args.AddLastArg(CmdArgs, options::OPT_fthinlto_index_EQ);
}
+ if (const Arg *A =
+ Args.getLastArg(options::OPT_mregnames, options::OPT_mno_regnames)) {
----------------
MaskRay wrote:
This will make other targets accept the ppc-specific -mregnames
https://github.com/llvm/llvm-project/pull/70255
More information about the llvm-commits
mailing list