Skip to content

Commit c23d477

Browse files
authored
Merge pull request #660 from Xilinx/jrickert.set_asan_config_for_lit
Set llvm_use_sanitizer for ASAN builds
2 parents 8798e42 + c8c0518 commit c23d477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.site.cfg.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config.torch_mlir_enable_refbackend = @TORCH_MLIR_ENABLE_REFBACKEND@
99
config.host_os = "@HOST_OS@"
1010
config.host_cxx = "@HOST_CXX@"
1111
config.host_arch = "@HOST_ARCH@"
12+
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
1213
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
1314
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
1415
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"

0 commit comments

Comments
 (0)