summaryrefslogtreecommitdiff
path: root/test/Unit
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-26 12:35:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-26 12:35:07 +0000
commit2a6a5970d3f300844ab677b2b1cf56667d16d5bb (patch)
tree34f0d1d85b493a38ee1018153b0c8c81f1fca251 /test/Unit
parent81ea9c737c5e4e78e4de0cd6026dd724050e9156 (diff)
clang-check: Unittests doesn't requires tools.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Unit')
-rw-r--r--test/Unit/lit.site.cfg.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in
index 3df60696b6..cfa0cc6993 100644
--- a/test/Unit/lit.site.cfg.in
+++ b/test/Unit/lit.site.cfg.in
@@ -2,7 +2,6 @@ import sys
## Autogenerated by LLVM/Clang configuration.
# Do not edit!
-config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
config.clang_obj_root = "@CLANG_BINARY_DIR@"
@@ -15,7 +14,6 @@ config.target_triple = "@TARGET_TRIPLE@"
# parameters. This is used when we can't determine the tool dir at
# configuration time.
try:
- config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
config.llvm_libs_dir = config.llvm_libs_dir % lit_config.params
config.llvm_build_mode = config.llvm_build_mode % lit_config.params
except KeyError: