brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 8d5c476 Raw
6 lines · plain
1# objective-CXX 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