repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git]
/
mlir
/
test
/
mlir-spirv-cpu-runner
/
lit.local.cfg
blob
f218c0b26c9a591df3dc03cc8b700f1b74e39aaa
1
import sys
2
3
# FIXME: llvm orc does not support the COFF rtld.
4
if sys.platform == 'win32':
5
config.unsupported = True
6
7
if not config.enable_spirv_cpu_runner:
8
config.unsupported = True