[PATCH] D90746: [clangd] Cleanup dependencies around RemoteIndex
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 02:46:25 PST 2020
kbobyrev added inline comments.
================
Comment at: clang-tools-extra/clangd/CMakeLists.txt:115
LINK_LIBS
+ clangdRemoteIndex
clangdSupport
----------------
If we're moving `clangdRemoteIndex` to `clangDaemon` there is no need to link `clangd` itself to `clangdRemoteIndex` anymore (in `tool/CMakeLists.txt`).
================
Comment at: clang-tools-extra/clangd/index/remote/CMakeLists.txt:30
RemoteIndexServiceProto
- )
----------------
I think changing it is inconsistent with LLVM CMake style. Having closing paren on the same indentation level as the items is awkward but that's what we do :(
================
Comment at: clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt:11
clangdSupport
- )
----------------
same here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90746/new/
https://reviews.llvm.org/D90746
More information about the cfe-commits
mailing list