forked from OSchip/llvm-project
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:
parent
04aa034f38
commit
52aeae0666
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue