[PATCH] D43437: [clangd] Fix link failures for Preprocessor::addCommentHandler

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 18 02:52:30 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325458: [clangd] Fix link failures for Preprocessor::addCommentHandler (authored by aheejin, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D43437

Files:
  clang-tools-extra/trunk/clangd/global-symbol-builder/CMakeLists.txt
  clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt


Index: clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
+++ clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
@@ -38,6 +38,7 @@
   clangFormat
   clangFrontend
   clangIndex
+  clangLex
   clangSema
   clangTooling
   clangToolingCore
Index: clang-tools-extra/trunk/clangd/global-symbol-builder/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clangd/global-symbol-builder/CMakeLists.txt
+++ clang-tools-extra/trunk/clangd/global-symbol-builder/CMakeLists.txt
@@ -15,5 +15,6 @@
   clangDaemon
   clangBasic
   clangFrontend
+  clangLex
   clangTooling
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43437.134828.patch
Type: text/x-patch
Size: 758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180218/7b78730e/attachment-0001.bin>


More information about the cfe-commits mailing list