yingopq wrote: > I have a try of your patch > > ``` > $ ./bin/clang --target=mips-linux-gnu -mfp64 -Wa,-mmsa nn.c > error: unknown argument: '-mmsa' > ``` > > Oh, `-no-integrated-as` works with your patch. > > ``` > mipsel-linux-gnu-gcc-14 -mfp64 -Wa,-mmsa nn.c > ``` > > has no such problem.
I added Visibility option 'CC1Option' and tested OK. 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