mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Don't index spiff. It should not count as lines of LLVM code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
422acf2674
commit
1ae684a158
@ -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…
Reference in New Issue
Block a user