[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / mlir-spirv-cpu-runner / lit.local.cfg
blobf218c0b26c9a591df3dc03cc8b700f1b74e39aaa
1 import sys
3 # FIXME: llvm orc does not support the COFF rtld.
4 if sys.platform == 'win32':
5     config.unsupported = True
7 if not config.enable_spirv_cpu_runner:
8   config.unsupported = True