xref: /llvm-project/llvm/test/CodeGen/BPF/lit.local.cfg (revision f84bac329ba6c9f0c022bcf77237e912362e247a)
1if not "BPF" in config.root.targets:
2    config.unsupported = True
3if "system-aix" in config.available_features:
4    config.unsupported = True
5