From: Sean Callanan Date: Fri, 16 Dec 2016 23:34:16 +0000 (+0000) Subject: Fixed library dependencies on clang-import-test to clean up the bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5c08150f2adbfbe8d099676666809baafba1161;p=clang 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 --- 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