summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-03-26 08:27:39 +0000
committerAlexey Samsonov <samsonov@google.com>2013-03-26 08:27:39 +0000
commit3fbb8408db28cc25dd398d4261bf69bbbc98f373 (patch)
treeada1aff7711bda407374930a64258d81d2c48272 /test/lit.site.cfg.in
parent777fccbe65f23d8a19bde1a8b69776c9a9209476 (diff)
downloadllvm-3fbb8408db28cc25dd398d4261bf69bbbc98f373.tar.gz
llvm-3fbb8408db28cc25dd398d4261bf69bbbc98f373.tar.bz2
llvm-3fbb8408db28cc25dd398d4261bf69bbbc98f373.tar.xz
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
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
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.