summaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
blob: 2fb4364f3721cdc504df5421b02551be0e8db808 (plain)
1
2
3
4
5
6
if not ('PowerPC' in config.root.targets):
    # We need support for PowerPC.
    config.unsupported = True
elif not ('powerpc' in config.root.host_triple):
    # We need to be running on an PPC host.
    config.unsupported = True