Hopefully rectifying a build bot issue with:

http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/2833/steps/build_llvmclang/logs/stdio

Also, drive-by comment fix in a makefile.

llvm-svn: 249133
This commit is contained in:
Aaron Ballman 2015-10-02 14:01:55 +00:00
parent cac948ef46
commit 67e06ddb51
2 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ add_clang_library(clangTidyCERTModule
clangBasic
clangLex
clangTidy
clangTidyGoogleModule
clangTidyMiscModule
)

View File

@ -1,4 +1,4 @@
##===- clang-tidy/misc/Makefile ----------------------------*- Makefile -*-===##
##===- clang-tidy/cert/Makefile ----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#