[Mlir-commits] [mlir] 4ff5bf2 - [test][mlir] Restore used attributes deleted by D132726

Vitaly Buka llvmlistbot at llvm.org
Sat Sep 3 14:14:50 PDT 2022


Author: Vitaly Buka
Date: 2022-09-03T14:14:36-07:00
New Revision: 4ff5bf28f074d48c421cc31581bbc303f0f83bcd

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

LOG: [test][mlir] Restore used attributes deleted by D132726

Added: 
    

Modified: 
    mlir/test/lit.site.cfg.py.in

Removed: 
    


################################################################################
diff  --git a/mlir/test/lit.site.cfg.py.in b/mlir/test/lit.site.cfg.py.in
index 6b35070a9aee..e302d22efdc4 100644
--- a/mlir/test/lit.site.cfg.py.in
+++ b/mlir/test/lit.site.cfg.py.in
@@ -15,6 +15,7 @@ config.enable_libcxx = "@LLVM_ENABLE_LIBCXX@"
 config.host_cmake = "@CMAKE_COMMAND@"
 config.host_cmake_generator = "@CMAKE_GENERATOR@"
 config.llvm_use_linker = "@LLVM_USE_LINKER@"
+config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
 config.host_arch = "@HOST_ARCH@"
 config.mlir_src_root = "@MLIR_SOURCE_DIR@"
 config.mlir_obj_root = "@MLIR_BINARY_DIR@"


        


More information about the Mlir-commits mailing list