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:
3c696a2
)
[clangd] Get rid of clangToolingRefactoring dependency
author
Kirill Bobyrev
<kbobyrev@google.com>
Mon, 23 Nov 2020 10:59:17 +0000
(11:59 +0100)
committer
Kirill Bobyrev
<kbobyrev@google.com>
Mon, 23 Nov 2020 10:59:38 +0000
(11:59 +0100)
D71880 makes this dependency redundant and we can safely remove it. Tested for
both shared lib build and static lib build.
Reviewed By: hokein
Differential Revision: https://reviews.llvm.org/D91951
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 72b232b92c08b45a8293961e3c8695e44fe2ce34..b8300ddaf548ba9e6d15ee966bbdaa567e379fda 100644
(file)
--- a/
clang-tools-extra/clangd/CMakeLists.txt
+++ b/
clang-tools-extra/clangd/CMakeLists.txt
@@
-140,7
+140,6
@@
clang_target_link_libraries(clangDaemon
clangTooling
clangToolingCore
clangToolingInclusions
- clangToolingRefactoring
clangToolingSyntax
)