diff --git a/llvm/test/CodeGen/BPF/lit.local.cfg b/llvm/test/CodeGen/BPF/lit.local.cfg --- a/llvm/test/CodeGen/BPF/lit.local.cfg +++ b/llvm/test/CodeGen/BPF/lit.local.cfg @@ -1,2 +1,4 @@ if not 'BPF' in config.root.targets: config.unsupported = True +if 'system-aix' in config.available_features: + config.unsupported = True