summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-24 03:44:02 +0000
committerChris Lattner <sabre@nondot.org>2009-08-24 03:44:02 +0000
commite8f6e795ffaf876defcad01af6826cc8686d72d3 (patch)
tree274914f7f3e8bec4297ac6a069cd9c9c6c6b692f /utils
parent2d5e3acd2a69070c4e3550e014a54626e18bf12c (diff)
downloadllvm-e8f6e795ffaf876defcad01af6826cc8686d72d3.tar.gz
llvm-e8f6e795ffaf876defcad01af6826cc8686d72d3.tar.bz2
llvm-e8f6e795ffaf876defcad01af6826cc8686d72d3.tar.xz
search unittests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/llvmgrep2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvmgrep b/utils/llvmgrep
index 566ed82973..540f059857 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 cmake" $grep_cmd "$*"
+ -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
else
echo "Can't find LLVM top directory"
fi