[Mlir-commits] [mlir] ba093fe - Fix a commit.

Bixia Zheng llvmlistbot at llvm.org
Fri Jan 21 15:18:32 PST 2022


Author: Bixia Zheng
Date: 2022-01-21T15:18:28-08:00
New Revision: ba093fe58b152e12049663e87536ea15a6de638d

URL: https://github.com/llvm/llvm-project/commit/ba093fe58b152e12049663e87536ea15a6de638d
DIFF: https://github.com/llvm/llvm-project/commit/ba093fe58b152e12049663e87536ea15a6de638d.diff

LOG: Fix a commit.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D117932

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
index cf04454dea6e..7137d0fba95f 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
+++ b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
@@ -1,4 +1,4 @@
-# Disable ASAN's leak detection for python OpsDSL tests.
+# Disable ASAN's leak detection for python taco tests.
 config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
 # Only run when python bindings are enabled.
 if not config.enable_bindings_python:


        


More information about the Mlir-commits mailing list