From 1319c6624ed6b0a6fb48d975bbf278263a85fcef Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Mon, 23 Nov 2020 11:59:17 +0100 Subject: [PATCH] [clangd] Get rid of clangToolingRefactoring dependency 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/clang-tools-extra/clangd/CMakeLists.txt b/clang-tools-extra/clangd/CMakeLists.txt index 72b232b..b8300dd 100644 --- 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 ) -- 2.7.4