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

2024-08-13 Thread Cinhi Young via cfe-commits
@@ -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; C

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

2024-08-13 Thread Cinhi Young via cfe-commits
@@ -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; C