From 3fbb8408db28cc25dd398d4261bf69bbbc98f373 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 26 Mar 2013 08:27:39 +0000 Subject: Add asan/msan to the list of available features in LIT test runner git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177994 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.site.cfg.in') diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index bfd901a079..8024b24fcd 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -18,6 +18,7 @@ config.llvm_bindings = "@LLVM_BINDINGS@" config.host_os = "@HOST_OS@" config.host_arch = "@HOST_ARCH@" config.llvm_use_intel_jitevents = "@LLVM_USE_INTEL_JITEVENTS@" +config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@" # Support substitution of the tools_dir with user parameters. This is # used when we can't determine the tool dir at configuration time. -- cgit v1.2.3