[llvm-commits] CVS: llvm/utils/getsrcs.sh
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 5 14:35:01 PDT 2003
Changes in directory llvm/utils:
getsrcs.sh updated: 1.10 -> 1.11
---
Log message:
The support directory no longer exists
---
Diffs of the changes:
Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.10 llvm/utils/getsrcs.sh:1.11
--- llvm/utils/getsrcs.sh:1.10 Wed Oct 1 16:12:46 2003
+++ llvm/utils/getsrcs.sh Sun Oct 5 14:33:27 2003
@@ -1,7 +1,7 @@
#!/bin/sh
# This is useful because it prints out all of the source files. Useful for
# greps.
-find support www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \
+find 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