[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / mlir / test / mlir-cpu-runner / lit.local.cfg
blob3f59ff1bd9774555bf8f52faf9ac38602a33403f
1 import sys
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')