summaryrefslogtreecommitdiffstats
path: root/tools/clang-import-test
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-12-16 23:34:16 +0000
committerSean Callanan <scallanan@apple.com>2016-12-16 23:34:16 +0000
commitf5c08150f2adbfbe8d099676666809baafba1161 (patch)
treee703eba12fec4e136bde8be139f7bb1f86147589 /tools/clang-import-test
parentd363d001cb65f8d965655b68d5542e037460dd2f (diff)
Fixed library dependencies on clang-import-test to clean up the bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-import-test')
-rw-r--r--tools/clang-import-test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/clang-import-test/CMakeLists.txt b/tools/clang-import-test/CMakeLists.txt
index 4d41a5674a..65eb4995eb 100644
--- a/tools/clang-import-test/CMakeLists.txt
+++ b/tools/clang-import-test/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ core
support
)
@@ -17,6 +18,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS
clangBasic
clangCodeGen
clangFrontend
+ clangParse
)
target_link_libraries(clang-import-test