brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 37af512 Raw
7 lines · plain
1# clang-repl is not supported on AIX and zOS2unsupported_platforms = [ "system-aix", "system-zos" ]3 4if "host-supports-jit" not in config.available_features or \5  any(up in config.available_features for up in unsupported_platforms):6    config.unsupported = True7