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