[PATCH] D84876: [clangd] Add clangdSupport to indexer target libraries

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 10:38:33 PDT 2020


aheejin created this revision.
aheejin added a reviewer: kbobyrev.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, mgorny.
Herald added a project: clang.
aheejin requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.

After D84697 <https://reviews.llvm.org/D84697>, without this, builds with `-DBUILD_SHARED_LIBS=ON` fail
with a link error.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84876

Files:
  clang-tools-extra/clangd/indexer/CMakeLists.txt


Index: clang-tools-extra/clangd/indexer/CMakeLists.txt
===================================================================
--- clang-tools-extra/clangd/indexer/CMakeLists.txt
+++ clang-tools-extra/clangd/indexer/CMakeLists.txt
@@ -16,6 +16,7 @@
   clangIndex
   clangLex
   clangTooling
+  clangdSupport
 )
 target_link_libraries(clangd-indexer
   PRIVATE


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84876.281664.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200729/be2a9ed0/attachment.bin>


More information about the cfe-commits mailing list