Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker

so we remove it from being counted.

llvm-svn: 29641
This commit is contained in:
Reid Spencer 2006-08-11 23:58:58 +00:00
parent 04aa034f38
commit 52aeae0666
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ if test -d "$TOPDIR" ; then
\! -name '*AST-Remove.ll' \
\! -name 'llvmAsmParser.cpp' \
\! -name 'llvmAsmParser.h' \
\! -name 'Lexer.cpp' \
\! -name 'FileLexer.cpp' \
\! -name 'FileParser.cpp' \
\! -name 'FileParser.h' \