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