llvm/llvm/test/tools/llvm-exegesis/AArch64/lit.local.cfg

if not ("AArch64" in config.root.targets):
    # We need support for AArch64.
    config.unsupported = True
elif not ("aarch64" in config.root.host_triple):
    # We need to be running on an AArch64 host.
    config.unsupported = True