================
@@ -5844,7 +5844,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction 
&JA,
           Triple.getArch() != llvm::Triple::x86_64)
         D.Diag(diag::err_drv_unsupported_opt_for_target)
             << Name << Triple.getArchName();
-    } else if (Name == "libmvec") {
+    } else if (Name == "libmvec" || Name == "AMDLIBM") {
----------------
rohitaggarwal007 wrote:

#140533 is taking care of flang

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

Reply via email to