diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-16 00:06:36 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-16 00:06:36 +0000 |
commit | 4f80d718eb92506739fc78804b7b0fd3a5e15aa3 (patch) | |
tree | ddff14e42c6375ae121fc29a1a7a46e08a096f2f /utils/llvmgrep | |
parent | 6687990ca813b5c736214c5ec2d3c9f6279c5fd4 (diff) |
Update llvm{do,grep} to also search cmake / .cmake files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvmgrep')
-rwxr-xr-x | utils/llvmgrep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvmgrep b/utils/llvmgrep index 7d7355ba99..566ed82973 100755 --- a/utils/llvmgrep +++ b/utils/llvmgrep @@ -33,7 +33,7 @@ if test -d "$TOPDIR" ; then *) grep_cmd="egrep -l -n" ;; esac ./utils/llvmdo -topdir "$TOPDIR" \ - -dirs "include lib tools utils docs examples test projects" $grep_cmd "$*" + -dirs "include lib tools utils docs examples test projects cmake" $grep_cmd "$*" else echo "Can't find LLVM top directory" fi |