================ @@ -0,0 +1,4 @@ +if not "BPF" in config.root.targets: + config.unsupported = True +if "system-aix" in config.available_features: + config.unsupported = True ---------------- nikic wrote: Why this system-aix check? https://github.com/llvm/llvm-project/pull/77370