[llvm-commits] CVS: llvm/utils/getsrcs.sh
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 11 21:45:01 PST 2002
Changes in directory llvm/utils:
getsrcs.sh updated: 1.7 -> 1.8
---
Log message:
Include tablegen
---
Diffs of the changes:
Index: llvm/utils/getsrcs.sh
diff -u llvm/utils/getsrcs.sh:1.7 llvm/utils/getsrcs.sh:1.8
--- llvm/utils/getsrcs.sh:1.7 Fri Sep 6 16:04:36 2002
+++ llvm/utils/getsrcs.sh Wed Dec 11 21:44:42 2002
@@ -1,5 +1,5 @@
#!/bin/sh
# This is useful because it prints out all of the source files. Useful for
# greps.
-find www include lib tools -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
+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 | grep -v /Burg/
More information about the llvm-commits
mailing list