================ @@ -0,0 +1,3 @@ +# This test wants X86 support without aarch64 support. +if "x86-registered-target" not in config.available_features or "aarch64-registered-target" in config.available_features: ---------------- OCHyams wrote:
It is a weird test for sure. there are bots that will run this configuration (https://lab.llvm.org/buildbot/#/builders/65/builds/38747/steps/3/logs/stdio), so I think it's still useful to keep until we have enough targets supported that it becomes a burden. That said if you still don't like it, I can remove it https://github.com/llvm/llvm-project/pull/194860 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
