[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / llvm / test / ExecutionEngine / lit.local.cfg
blobc748de14c8409455224c908e4993f3f59b661958
1 if config.root.native_target in ['Sparc', 'SystemZ', 'Hexagon', 'RISCV']:
2     config.unsupported = True
4 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.
5 if "native" not in config.available_features:
6     config.unsupported = True