3 # MSAN does not work with JIT.
4 if 'msan' in config.available_features:
5 config.unsupported = True
7 # Requires native execution.
8 if 'host-supports-jit' not in config.available_features:
9 config.unsupported = True
11 config.available_features.add(
12 config.root.native_target.lower() + '-native-target')