diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-25 22:46:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-25 22:46:22 +0000 |
commit | 50f98f07021c982fdbe9d372ab8cf7530566f958 (patch) | |
tree | 12140bfbc859367b627170f62d7fd108f748b8fa | |
parent | 3805e4ccfa6b908c5035256ea6ee51e219f029db (diff) |
Filter out noncore stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | getsomesrcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getsomesrcs.sh b/getsomesrcs.sh index aedef29865..2567355943 100755 --- a/getsomesrcs.sh +++ b/getsomesrcs.sh @@ -1,6 +1,6 @@ #!/bin/sh # This script prints out some of the source files that are useful when # editing. I use this like this: xemacs `./getsomesrcs.sh` & -./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v Optimization | grep -v llvm/Tools | grep -v '/i[^/]*$' | grep -v Holder | grep -v Analysis | grep -v html | grep include/llvm +./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v Optimization | grep -v llvm/Support | grep -v llvm/CodeGen | grep -v '/i[^/]*$' | grep -v Holder | grep -v Analysis | grep -v html | grep include/llvm |