[PATCH] D91951: [clangd] Get rid of clangToolingRefactoring dependency
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 02:45:32 PST 2020
kbobyrev created this revision.
kbobyrev added a reviewer: hokein.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, mgorny.
Herald added a project: clang.
kbobyrev requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
D71880 <https://reviews.llvm.org/D71880> makes this dependency redundant and we can safely remove it. Tested for
both shared lib build and static lib build.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91951
Files:
clang-tools-extra/clangd/CMakeLists.txt
Index: clang-tools-extra/clangd/CMakeLists.txt
===================================================================
--- clang-tools-extra/clangd/CMakeLists.txt
+++ clang-tools-extra/clangd/CMakeLists.txt
@@ -140,7 +140,6 @@
clangTooling
clangToolingCore
clangToolingInclusions
- clangToolingRefactoring
clangToolingSyntax
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91951.307016.patch
Type: text/x-patch
Size: 341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201123/013a5e12/attachment.bin>
More information about the cfe-commits
mailing list