[PATCH] D75969: [clangd] Link libClangDaemonTweaks to libClangFormat
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 18:37:40 PDT 2020
nridge created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov, mgorny.
Herald added a project: clang.
hubert.reinterpretcast added a comment.
Thanks for the prompt response. It seems our fix attempts happened "concurrently" and we ended up with pretty much the same fix. I had committed rG48121a5743b684def33d158391c5424626de28e2 <https://reviews.llvm.org/rG48121a5743b684def33d158391c5424626de28e2> before seeing this.
This fixes bustage from https://reviews.llvm.org/D75716.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75969
Files:
clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
Index: clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
===================================================================
--- clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
+++ clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
@@ -29,6 +29,7 @@
clangAST
clangBasic
clangDaemon
+ clangFormat
clangLex
clangToolingCore
clangToolingRefactoring
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75969.249532.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200311/858eb3ac/attachment.bin>
More information about the cfe-commits
mailing list