aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings/llvm-c/lit.local.cfg
blob: 75b22c06fb2f2e7b35888db1c00f0b4737c98b45 (plain)
1
2
3
4
if not "X86" in config.root.targets:
    config.unsupported = True
if not "ARM" in config.root.targets:
    config.unsupported = True