blob: 3c20d203b800fb868b844b56b193c084d61174be [file] [log] [blame]
import sys
# MSAN does not work with JIT.
if "msan" in config.available_features:
config.unsupported = True
# Requires native execution.
if "host-supports-jit" not in config.available_features:
config.unsupported = True
config.available_features.add(config.root.native_target.lower() + "-native-target")