================
@@ -8359,6 +8359,9 @@ void ClangAs::AddX86TargetArgs(const ArgList &Args,
   addX86AlignBranchArgs(getToolChain().getDriver(), Args, CmdArgs,
                         /*IsLTO=*/false);
 
+  if (Args.hasFlag(options::OPT_msse2avx, options::OPT_mno_sse2avx, true))
+    Args.addOptInFlag(CmdArgs, options::OPT_msse2avx, 
options::OPT_mno_sse2avx);
+
----------------
KanRobert wrote:
Never mind. See my above comment.

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

Reply via email to