[clang] [llvm] [SystemZ][z/OS] Add options -m[no-]zos-ppa1-name to remove the function name in PPA1. (PR #207416)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 12:50:45 PDT 2026


================
@@ -2168,6 +2168,15 @@ void Clang::AddSystemZTargetArgs(const ArgList &Args,
     CmdArgs.push_back("-mfloat-abi");
     CmdArgs.push_back("soft");
   }
+
+  if (Arg *A = Args.getLastArg(options::OPT_mzos_ppa1_name,
----------------
sujianIBM wrote:

Hello, I made the suggested changes. Thanks!

https://github.com/llvm/llvm-project/pull/207416


More information about the cfe-commits mailing list