diff options
author | Andrew Trick <atrick@apple.com> | 2011-06-23 17:52:36 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-06-23 17:52:36 +0000 |
commit | 75d33878ab75618f169939f9b6941a5c4794336f (patch) | |
tree | 62766c2ca0412dbb5b341a5211dc0c76759b092b /test/lit.site.cfg.in | |
parent | 83471853b1d5a9efe6b9e7565c457fc901f84926 (diff) |
cmake+lit: handle ENABLE_ASSERTIONS feature properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r-- | test/lit.site.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 6c33831124..fe152ef499 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -7,7 +7,7 @@ config.llvmgcc_dir = "@LLVMGCCDIR@" config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" config.python_executable = "@PYTHON_EXECUTABLE@" config.enable_shared = @ENABLE_SHARED@ -config.enable_assertions = @LLVM_ENABLE_ASSERTIONS@ +config.enable_assertions = @ENABLE_ASSERTIONS@ # Support substitution of the tools_dir with user parameters. This is # used when we can't determine the tool dir at configuration time. |