mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Filter out noncore stuff
llvm-svn: 294
This commit is contained in:
parent
8de7c629dd
commit
a9287bb3cf
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user