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

YunQiang Su via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 31 21:53:45 PDT 2024


wzssyqa wrote:

I have a try of your patch
```
$ ./bin/clang --target=mips-linux-gnu -mfp64 -Wa,-mmsa nn.c
error: unknown argument: '-mmsa'
```

```
 mipsel-linux-gnu-gcc-14 -mfp64 -Wa,-mmsa nn.c
```
has no such problem.

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


More information about the cfe-commits mailing list