blob: 015b289864f77098e9d41d25580040f1dba43411 [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001#!/bin/sh
2# This script prints out some of the source files that are useful when
3# editing. I use this like this: xemacs `./getsomesrcs.sh` &
Chris Lattnercfce6c02001-06-27 23:24:22 +00004./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v tools | grep -v Makefile | grep -v Opt | grep -v llvm/Tools | grep -v '/i[^/]*$' | grep -v VMCore | grep -v Holder | grep -v Analysis | grep -v html
Chris Lattner79218d02001-06-06 20:41:51 +00005
Chris Lattner00950542001-06-06 20:29:01 +00006