mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Don't index spiff. It should not count as lines of LLVM code
llvm-svn: 12911
This commit is contained in:
parent
0b4b2331f6
commit
ca7062b1d9
@ -5,6 +5,6 @@ find docs include lib tools utils projects -name \*.\[cdhyl\]\* | grep -v Lexer.
|
||||
grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | \
|
||||
grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' |\
|
||||
grep -v '\.dir$' | grep -v www/docs/doxygen | grep -v include/boost | \
|
||||
grep -v /Burg/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \
|
||||
grep -v /Burg/ | grep -v /Spiff/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \
|
||||
grep -v TableGen/FileParser.cpp | grep -v TableGen/FileParser.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user