r333890 - [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:41 PDT 2018


Author: lebedevri
Date: Mon Jun  4 05:04:41 2018
New Revision: 333890

URL: http://llvm.org/viewvc/llvm-project?rev=333890&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:
    cfe/trunk/unittests/Tooling/CMakeLists.txt

Modified: cfe/trunk/unittests/Tooling/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/CMakeLists.txt?rev=333890&r1=333889&r2=333890&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/CMakeLists.txt (original)
+++ cfe/trunk/unittests/Tooling/CMakeLists.txt Mon Jun  4 05:04:41 2018
@@ -62,5 +62,6 @@ target_link_libraries(ToolingTests
   clangRewrite
   clangTooling
   clangToolingCore
+  clangToolingInclusions
   clangToolingRefactor
   )




More information about the cfe-commits mailing list