summaryrefslogtreecommitdiff
path: root/getsrcs.sh
blob: e9b45974840f7e28c1ea0fa38f1aa9005dd44dc2 (plain)
1
2
3
4
#!/bin/sh
# This is useful because it prints out all of the source files.  Useful for
# greps.
find . -name \*.\[chyl\]\* | grep -v Lexer.cpp | grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | grep -v '\.ll$' | grep -v test | grep -v .flc