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