summaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-01-27 22:57:33 +0000
committerAdrian Prantl <aprantl@apple.com>2014-01-27 22:57:33 +0000
commit9f83f04225ca292229a84ce8998a6a4785576510 (patch)
tree7260c3ccb422ce3fd58b2ca8d243b3dcedf8c495 /test/lit.site.cfg.in
parent4c78edec5f30fdc760380dd5e56a5c26317dd6f1 (diff)
Reverting because reverting r200145.
Revert "check-clang doesn't require neither llvm_src_root nor llvm_obj_root." This reverts commit r200146. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index e42f00cf40..291788f38b 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -2,6 +2,8 @@ import sys
## Autogenerated by LLVM/Clang configuration.
# Do not edit!
+config.llvm_src_root = "@LLVM_SOURCE_DIR@"
+config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
config.llvm_shlib_dir = "@SHLIBDIR@"