We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8798e42 + c8c0518 commit c23d477Copy full SHA for c23d477
test/lit.site.cfg.py.in
@@ -9,6 +9,7 @@ config.torch_mlir_enable_refbackend = @TORCH_MLIR_ENABLE_REFBACKEND@
9
config.host_os = "@HOST_OS@"
10
config.host_cxx = "@HOST_CXX@"
11
config.host_arch = "@HOST_ARCH@"
12
+config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
13
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
14
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
15
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
0 commit comments