X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fllvmgrep;h=540f0598579dc2fa39476a0ded87cbd725540435;hb=c266600bec4b5ba0ee93ffdfeaafcab8f1295145;hp=566ed829737596f4ea5d5d49148e2ee2094e9969;hpb=4f80d718eb92506739fc78804b7b0fd3a5e15aa3;p=oota-llvm.git diff --git a/utils/llvmgrep b/utils/llvmgrep index 566ed829737..540f0598579 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