abidh wrote: > Thanks for working on this, Abid. > > The assembler test is X86 only. Do you know if it can be enabled on, say, > aarch64 as well? The corresponding clang tests are also x86-only, but it may > be good to have it on other platforms too. If you are not sure, it's fine to > leave it as it is. I was just wondering.
I have now extended the test to aarch64. It can be enhanced later to include other targets if we know that the options work for them. https://github.com/llvm/llvm-project/pull/199731 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
