[clang-tools-extra] 1319c66 - [clangd] Get rid of clangToolingRefactoring dependency

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 02:59:50 PST 2020


Author: Kirill Bobyrev
Date: 2020-11-23T11:59:38+01:00
New Revision: 1319c6624ed6b0a6fb48d975bbf278263a85fcef

URL: https://github.com/llvm/llvm-project/commit/1319c6624ed6b0a6fb48d975bbf278263a85fcef
DIFF: https://github.com/llvm/llvm-project/commit/1319c6624ed6b0a6fb48d975bbf278263a85fcef.diff

LOG: [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

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 72b232b92c08..b8300ddaf548 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
   )
 


        


More information about the cfe-commits mailing list