================
@@ -464,6 +464,7 @@ static void parseTargetArgs(TargetOptions &opts, 
llvm::opt::ArgList &args) {
 
   if (const llvm::opt::Arg *a =
           args.getLastArg(clang::driver::options::OPT_mabi_EQ)) {
+    opts.abi = a->getValue();
     llvm::StringRef V = a->getValue();
     if (V == "vec-extabi") {
----------------
jrtc27 wrote:

Existing bug but why are these not checking the target is powerpc...

https://github.com/llvm/llvm-project/pull/126188
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to