[clang-tools-extra] r244598 - Fix strict dependency uncovered by windows bot.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 06:11:29 PDT 2015


Author: klimek
Date: Tue Aug 11 08:11:29 2015
New Revision: 244598

URL: http://llvm.org/viewvc/llvm-project?rev=244598&view=rev
Log:
Fix strict dependency uncovered by windows bot.

Modified:
    clang-tools-extra/trunk/clang-tidy/CMakeLists.txt

Modified: clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/CMakeLists.txt?rev=244598&r1=244597&r2=244598&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/CMakeLists.txt Tue Aug 11 08:11:29 2015
@@ -18,6 +18,7 @@ add_clang_library(clangTidy
   clangASTMatchers
   clangBasic
   clangFrontend
+  clangLex
   clangRewrite
   clangSema
   clangStaticAnalyzerCore




More information about the cfe-commits mailing list