Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
mlir
/
test
/
Integration
/
Dialect
/
SparseTensor
/
python
/
lit.local.cfg
blob: 361b657dd2d8346fe7f78b1f96b10313457e7985 [
file
] [
log
] [
blame
]
# Disable ASAN's leak detection for python OpsDSL tests.
config
.
environment
[
"ASAN_OPTIONS"
]
=
"detect_leaks=0"
# Only run when python bindings are enabled.
if
not
config
.
enable_bindings_python
:
config
.
unsupported
=
True