aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-06-16 02:21:11 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-06-16 02:21:11 +0000
commitfd8af7730716dd27a88b8d1e6bf35814d438ad1f (patch)
treed1c1aeb77bbe86b5eb07cac8ae643607f6650681
parent4f5ef6e11f1b7ecd66738c2e03377ac1bc7824e7 (diff)
Add another dependency to the clang-test CMake target, this time to support lit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133138 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 73b052268a..0a01e8e72f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -111,6 +111,7 @@ if(PYTHONINTERP_FOUND)
add_dependencies(clang-test clang-test.deps)
add_dependencies(clang-test.deps
clang clang-headers c-index-test arcmt-test
+ llc
)
endif()