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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to