blob: 37af5129d4eee5c3df72bf94b739ab0261eabb6b [file] [log] [blame]
# 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