# clang-repl is not supported on AIX and zOS
unsupported_platforms = [ "system-aix", "system-zos" ]

if "host-supports-jit" not in config.available_features or \
  any(up in config.available_features for up in unsupported_platforms):
    config.unsupported = True
