[PATCH] D46906: [clangd] Fix a link failure in unittests

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 01:57:42 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL332438: [clangd] Fix a link failure in unittests (authored by aheejin, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D46906

Files:
  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 @@
 
 target_link_libraries(ClangdTests
   PRIVATE
+  clangAST
   clangBasic
   clangDaemon
   clangFormat


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46906.147012.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180516/9b641b14/attachment.bin>


More information about the cfe-commits mailing list