[clang] [flang] [flang] Support -mabi=vec-extabi and -mabi=vec-default on AIX (PR #113215)
Kelvin Li via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 10:37:10 PDT 2024
================
@@ -203,6 +203,30 @@ void Flang::AddAArch64TargetArgs(const ArgList &Args,
}
}
+void Flang::AddPPCTargetArgs(const ArgList &Args,
+ ArgStringList &CmdArgs) const {
+ bool VecExtabi = false;
+ for (const Arg *A : Args.filtered(options::OPT_mabi_EQ)) {
----------------
kkwli wrote:
Will do
https://github.com/llvm/llvm-project/pull/113215
More information about the cfe-commits
mailing list