================
@@ -2507,6 +2507,7 @@ static void CollectArgsForIntegratedAssembler(Compilation 
&C,
   bool Crel = false, ExperimentalCrel = false;
   bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations();
   bool UseNoExecStack = false;
+  bool Msa = false;
----------------
yingopq wrote:

> `std::optional<bool> Msa`. `-mno-msa` should lead to an error even on 
> non-mips targets.
What error need I add in this 
https://github.com/llvm/llvm-project/commit/444cd83d070600a26938514070d79dc900946868,
 and what is *Msa?


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

Reply via email to