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)


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to