[Mlir-commits] [mlir] 903facd - Disable leak check for the MLIR Linalg CPU integration tests (NFC)

Mehdi Amini llvmlistbot at llvm.org
Sat Oct 2 20:42:56 PDT 2021


Author: Mehdi Amini
Date: 2021-10-03T03:42:45Z
New Revision: 903facd96b1d251ad5e22a5a826aa1c0b698f99c

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

LOG: Disable leak check for the MLIR Linalg CPU integration tests (NFC)

See http://llvm.org/pr52047 for tracking.

Added: 
    mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg b/mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg
new file mode 100644
index 0000000000000..592fd7adc1036
--- /dev/null
+++ b/mlir/test/Integration/Dialect/Linalg/CPU/lit.local.cfg
@@ -0,0 +1,3 @@
+# http://llvm.org/pr52047
+config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
+


        


More information about the Mlir-commits mailing list