[llvm-commits] CVS: llvm/utils/getsrcs.sh
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 1 16:13:02 PDT 2003
Changes in directory llvm/utils:
getsrcs.sh updated: 1.9 -> 1.10
---
Log message:
Make sure to include the "support" directory
---
Diffs of the changes:
Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.9 llvm/utils/getsrcs.sh:1.10
--- llvm/utils/getsrcs.sh:1.9 Tue Aug 12 00:11:12 2003
+++ llvm/utils/getsrcs.sh Wed Oct 1 16:12:46 2003
@@ -1,7 +1,7 @@
#!/bin/sh
# This is useful because it prints out all of the source files. Useful for
# greps.
-find www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
+find support www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
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 | \
More information about the llvm-commits
mailing list