summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-25 22:46:22 +0000
committerChris Lattner <sabre@nondot.org>2001-07-25 22:46:22 +0000
commite06cbbbc7487088e2db9fc495e962f592386486a (patch)
tree350fafe289c5c73500d9452c7137712e653f2807
parentfd7f856670ad9ac7c1d8d21b5be6ecad1fb92154 (diff)
downloadbcm5719-llvm-e06cbbbc7487088e2db9fc495e962f592386486a.tar.gz
bcm5719-llvm-e06cbbbc7487088e2db9fc495e962f592386486a.zip
Filter out noncore stuff
llvm-svn: 294
-rwxr-xr-xllvm/getsomesrcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/getsomesrcs.sh b/llvm/getsomesrcs.sh
index aedef29865e..25673559436 100755
--- a/llvm/getsomesrcs.sh
+++ b/llvm/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
OpenPOWER on IntegriCloud