xref
: /
external
/
llvm-project
/
mlir
/
integration_test
/
Dialect
/
Vector
/
CPU
/
lit.local.cfg
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import sys
2
3
# No JIT on win32.
4
if
sys.platform
== 'win32':
5
config.unsupported
= True
6