summaryrefslogtreecommitdiffstats
path: root/llvm/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
commite849956de8498673d17d64902386f48ec8efcad9 (patch)
treea2747959f01e8a20f685ff47b023378e60c91f07 /llvm/utils
parenta53c35d8d0e0538049949fea4a8843e3634d0ba1 (diff)
downloadbcm5719-llvm-e849956de8498673d17d64902386f48ec8efcad9.tar.gz
bcm5719-llvm-e849956de8498673d17d64902386f48ec8efcad9.zip
search unittests.
llvm-svn: 79884
Diffstat (limited to 'llvm/utils')
-rwxr-xr-xllvm/utils/llvmgrep2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/llvmgrep b/llvm/utils/llvmgrep
index 566ed829737..540f0598579 100755
--- a/llvm/utils/llvmgrep
+++ b/llvm/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
OpenPOWER on IntegriCloud