xref: /llvm-project/compiler-rt/test/orc/TestCases/Darwin/arm64/lit.local.cfg.py (revision f98ee40f4b5d7474fc67e82824bf6abbaedb7b1c)
1if config.root.host_arch not in ["aarch64", "arm64"]:
2    config.unsupported = True
3
4if config.target_arch not in ["aarch64", "arm64"]:
5    config.unsupported = True
6