tsan: add lint check back into presubmit script

llvm-svn: 170515
This commit is contained in:
Dmitry Vyukov 2012-12-19 08:53:31 +00:00
parent 35ed02ebf1
commit 1ed72076b4
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ run: all
./lit_tests/test_output.sh
presubmit:
../sanitizer_common/scripts/check_lint.sh
# Debug build with clang.
$(MAKE) -f Makefile.old clean
$(MAKE) -f Makefile.old run DEBUG=1 -j 16 CC=clang CXX=clang++