[PATCH] D145302: [clangd] Add library for clangd main function

Ivan Murashko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 2 03:39:52 PDT 2023


ivanmurashko added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/CMakeLists.txt:37
+
+target_link_libraries(clangdMain
+  PRIVATE
----------------
kadircet wrote:
> you can merge this with the previous rule
fixed


================
Comment at: clang-tools-extra/clangd/tool/CMakeLists.txt:61
 
 target_link_libraries(clangd
   PRIVATE
----------------
kadircet wrote:
> you can get rid of this rule too
fixed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145302/new/

https://reviews.llvm.org/D145302



More information about the cfe-commits mailing list