diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-13 18:37:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-13 18:37:51 +0000 |
commit | 1ae684a15856d0edf69b0e3b64e960129c86eb0f (patch) | |
tree | 9719830f73546ea8e64545740fec0c67d2f9daf7 /utils | |
parent | 422acf2674978b5b70de2ae176004cbcc38fa7d7 (diff) | |
download | external_llvm-1ae684a15856d0edf69b0e3b64e960129c86eb0f.zip external_llvm-1ae684a15856d0edf69b0e3b64e960129c86eb0f.tar.gz external_llvm-1ae684a15856d0edf69b0e3b64e960129c86eb0f.tar.bz2 |
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
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/getsrcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/getsrcs.sh b/utils/getsrcs.sh index ab53965..2b9de82 100755 --- a/utils/getsrcs.sh +++ b/utils/getsrcs.sh @@ -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 |