[clang-tools-extra] r333891 - [clang][tooling] Don't forget to link to clangToolingInclusions.

Roman Lebedev via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 05:04:51 PDT 2018


Author: lebedevri
Date: Mon Jun  4 05:04:51 2018
New Revision: 333891

URL: http://llvm.org/viewvc/llvm-project?rev=333891&view=rev
Log:
[clang][tooling] Don't forget to link to clangToolingInclusions.

Fixes build with shared libs, broken by rL333874.
Some buildbot converage is sorely missing.

Modified:
    clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt

Modified: clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt?rev=333891&r1=333890&r2=333891&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt Mon Jun  4 05:04:51 2018
@@ -48,6 +48,7 @@ target_link_libraries(ClangdTests
   clangSema
   clangTooling
   clangToolingCore
+  clangToolingInclusions
   LLVMSupport
   LLVMTestingSupport
   )




More information about the cfe-commits mailing list