[llvm] [clang] [SystemZ][z/OS] This change adds support for the PPA2 section in zOS (PR #68926)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 02:00:14 PDT 2023
================
@@ -1765,7 +1765,7 @@ void Clang::RenderTargetOptions(const llvm::Triple &EffectiveTriple,
break;
case llvm::Triple::systemz:
- AddSystemZTargetArgs(Args, CmdArgs);
+ AddSystemZTargetArgs(EffectiveTriple, Args, CmdArgs);
----------------
uweigand wrote:
This (and the related) changes are no longer needed now.
https://github.com/llvm/llvm-project/pull/68926
More information about the llvm-commits
mailing list