================
@@ -0,0 +1,24 @@
+// REQUIRES: aarch64-registered-target
----------------
jroelofs wrote:

these should probably all go in an `aarch64` folder with a `lit.local.cfg`:

```
targets = set(config.root.targets_to_build.split())
if not "AArch64" in targets:
    config.unsupported = True
```

and then drop the `REQUIRES:` lines from them.

https://github.com/llvm/llvm-project/pull/97829
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to