Add NAME Member
[oota-llvm.git] / test / lit.site.cfg.in
index 3588aa6245d7e7b2513a34f425708755ff2235d9..fe152ef499fb10aa058f2409ab9c1c6f169ad1e7 100644 (file)
@@ -7,6 +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 = @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.