From: Sean Callanan Date: Tue, 25 Jul 2017 20:09:30 +0000 (+0000) Subject: Fix a bot by linking clang-import-test against libclangDriver X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35abed64011c3e62b6f417cca696b90991fd0de2;p=clang Fix a bot by linking clang-import-test against libclangDriver git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309018 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-import-test/CMakeLists.txt b/tools/clang-import-test/CMakeLists.txt index bd4919694a..85e833d37b 100644 --- a/tools/clang-import-test/CMakeLists.txt +++ b/tools/clang-import-test/CMakeLists.txt @@ -17,6 +17,7 @@ set(CLANG_IMPORT_TEST_LIB_DEPS clangAST clangBasic clangCodeGen + clangDriver clangFrontend clangLex clangParse