[clang-tools-extra] r269874 - FindAllSymbolsTests doesn't require clangToolingCore.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 17:53:27 PDT 2016


Author: chapuni
Date: Tue May 17 19:53:27 2016
New Revision: 269874

URL: http://llvm.org/viewvc/llvm-project?rev=269874&view=rev
Log:
FindAllSymbolsTests doesn't require clangToolingCore.

Modified:
    clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt

Modified: clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt?rev=269874&r1=269873&r2=269874&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt Tue May 17 19:53:27 2016
@@ -19,6 +19,5 @@ target_link_libraries(FindAllSymbolsTest
   clangFrontend
   clangLex
   clangTooling
-  clangToolingCore
   findAllSymbols
   )




More information about the cfe-commits mailing list