brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · b48f68b Raw
6 lines · plain
1# objective-C is not supported on AIX and zOS2unsupported_platforms = [ "system-aix", "system-zos" ]3 4if any(up in config.available_features for up in unsupported_platforms):5    config.unsupported = True6