From f5c08150f2adbfbe8d099676666809baafba1161 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Fri, 16 Dec 2016 23:34:16 +0000 Subject: [PATCH] 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 --- tools/clang-import-test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0