projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3ac6c
)
[clangd] Fix shared-lib builds
author
Kadir Cetinkaya
<kadircet@google.com>
Mon, 9 Nov 2020 20:54:38 +0000
(21:54 +0100)
committer
Kadir Cetinkaya
<kadircet@google.com>
Mon, 9 Nov 2020 21:15:08 +0000
(22:15 +0100)
This breaks a cyclic dependency. clangDeamon doesn't need to depend on
clangdRemoteIndex yet.
clang-tools-extra/clangd/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang-tools-extra/clangd/CMakeLists.txt
b/clang-tools-extra/clangd/CMakeLists.txt
index
0ea925b
..
03756c2
100644
(file)
--- 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)