================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to