[clang-tools-extra] 7df6340 - [clangd] Fix shared-lib builds
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 13:15:20 PST 2020
Author: Kadir Cetinkaya
Date: 2020-11-09T22:15:08+01:00
New Revision: 7df6340e6fff36346423c4cdb7f27afb603c136c
URL: https://github.com/llvm/llvm-project/commit/7df6340e6fff36346423c4cdb7f27afb603c136c
DIFF: https://github.com/llvm/llvm-project/commit/7df6340e6fff36346423c4cdb7f27afb603c136c.diff
LOG: [clangd] Fix shared-lib builds
This breaks a cyclic dependency. clangDeamon doesn't need to depend on
clangdRemoteIndex yet.
Added:
Modified:
clang-tools-extra/clangd/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang-tools-extra/clangd/CMakeLists.txt b/clang-tools-extra/clangd/CMakeLists.txt
index 0ea925b033ea..03756c208acd 100644
--- a/clang-tools-extra/clangd/CMakeLists.txt
+++ b/clang-tools-extra/clangd/CMakeLists.txt
@@ -147,7 +147,6 @@ target_link_libraries(clangDaemon
${ALL_CLANG_TIDY_CHECKS}
clangdSupport
- clangdRemoteIndex
)
add_subdirectory(refactor/tweaks)
More information about the cfe-commits
mailing list