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

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 07:12:53 PDT 2026


================
@@ -2168,6 +2168,10 @@ void Clang::AddSystemZTargetArgs(const ArgList &Args,
     CmdArgs.push_back("-mfloat-abi");
     CmdArgs.push_back("soft");
   }
+
+  if(Triple.isOSzOS())
----------------
uweigand wrote:

Space after `if`.

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


More information about the cfe-commits mailing list