From 85e38ee18e5c81fcedddf2612f1d7e298c0dad01 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 16 May 2018 08:53:57 +0000 Subject: [PATCH] [clangd] Fix a link failure in unittests Summary: D46524 (rL332378) introduced a link failure when built with `-DSHARED_LIB=ON`, which this patch fixes. Reviewers: ioeric Subscribers: klimek, mgorny, ilya-biryukov, ioeric, MaskRay, jkorous, cfe-commits Differential Revision: https://reviews.llvm.org/D46906 llvm-svn: 332438 --- clang-tools-extra/unittests/clangd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-tools-extra/unittests/clangd/CMakeLists.txt b/clang-tools-extra/unittests/clangd/CMakeLists.txt index 3d50f4812fe6..0629ab8967dd 100644 --- a/clang-tools-extra/unittests/clangd/CMakeLists.txt +++ b/clang-tools-extra/unittests/clangd/CMakeLists.txt @@ -38,6 +38,7 @@ add_extra_unittest(ClangdTests target_link_libraries(ClangdTests PRIVATE + clangAST clangBasic clangDaemon clangFormat