diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:33:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:33:27 +0000 |
commit | 55e3459eda190c78b6b15bde8a94d8a274d1a2d5 (patch) | |
tree | 3b4cfdd8cb06ec12f4d3fca62d97a5b0cc642c1f /utils/getsrcs.sh | |
parent | 3fd064c384788550f46e4f364d962de46306612c (diff) |
The support directory no longer exists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/getsrcs.sh')
-rwxr-xr-x | utils/getsrcs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/getsrcs.sh b/utils/getsrcs.sh index 09fca34e7e..0667d57f4a 100755 --- a/utils/getsrcs.sh +++ b/utils/getsrcs.sh @@ -1,7 +1,7 @@ #!/bin/sh # This is useful because it prints out all of the source files. Useful for # greps. -find support www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \ +find www include lib tools utils -name \*.\[cdhyl\]\* | grep -v Lexer.cpp | \ grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | \ grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' |\ grep -v '\.dir$' | grep -v www/docs/doxygen | grep -v include/boost | \ |