summaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-exegesis/AArch64/lit.local.cfg
blob: c1c887bfcc47857faf66dd5269beb5cec6a7c4e8 (plain)
1
2
3
4
5
6
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 PPC host.
    config.unsupported = True