[clang] [clang] Support -Wa, options -mmsa and -mno-msa (PR #99615)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 20:16:45 PDT 2024
================
@@ -2630,6 +2631,10 @@ static void CollectArgsForIntegratedAssembler(Compilation &C,
CmdArgs.push_back("-massembler-no-warn");
} else if (Value == "--noexecstack") {
UseNoExecStack = true;
+ } else if (Value == "-mmsa") {
----------------
yingopq wrote:
OK, good idea, I applied it, Thanks!
https://github.com/llvm/llvm-project/pull/99615
More information about the cfe-commits
mailing list