mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
5fd4a1d77f
llvm-svn: 77
7 lines
368 B
Bash
Executable File
7 lines
368 B
Bash
Executable File
#!/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 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
|
|
|
|
|