[clang] [clang] Support -Wa, options -mmsa and -mno-msa (PR #99615)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 01:00:26 PDT 2024


================
@@ -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:

I added bool NoMsa and lead to "unsupported" error when it is on non-mips, were I understanding correctly?

https://github.com/llvm/llvm-project/pull/99615


More information about the cfe-commits mailing list