EngineBuilder: support for custom TargetOptions. Fixes the
[oota-llvm.git] / test / lit.site.cfg.in
index eb5fa8c243b21afdd68e2a8347d3565bc8c49e46..5a42e5c33c167e3c53d26a94ff3308c5dae309e8 100644 (file)
@@ -3,9 +3,10 @@
 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
-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.