================ @@ -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: ---------------- SLTozer wrote:
I don't much like it, but if there's no way to test this specific feature without this, then SGTM. https://github.com/llvm/llvm-project/pull/194860 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
