From 1a249181dcdf217d368fbf4c1f09d8af7e617cb0 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Sun, 8 Sep 2013 13:23:29 +0000 Subject: [ASan] turn on leak checking for ASan tests and fix a few discovered leaks git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@190274 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/lit.common.unit.configured.in | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lit.common.unit.configured.in') diff --git a/lib/lit.common.unit.configured.in b/lib/lit.common.unit.configured.in index 88eeed1a..430816b2 100644 --- a/lib/lit.common.unit.configured.in +++ b/lib/lit.common.unit.configured.in @@ -8,6 +8,7 @@ config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@" config.llvm_build_mode = "@LLVM_BUILD_MODE@" +config.host_os = "@HOST_OS@" # LLVM tools dir and build mode can be passed in lit parameters, # so try to apply substitution. -- cgit v1.2.3