[PATCH] D91859: [clangd] Fix shared-lib builds

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 22 13:10:33 PST 2020


nridge added a comment.

In D91859#2410002 <https://reviews.llvm.org/D91859#2410002>, @kbobyrev wrote:

> Ah, right. I think `clangd-remote-index` needs `protobuf` dependency. @nridge, I believe this should fix the problem you're seeing.

Not sure if this is what you meant, but I fixed it by adding a `protobuf` dependency to `clangd-index-server` in clang-tools-extra/clangd/index/remote/server/CMakeLists.txt.

After fixing that (and one more shared-libs dependency issue unrelated to clangd), my build completed successfully.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91859



More information about the cfe-commits mailing list