[llvm-commits] [llvm] r79884 - /llvm/trunk/utils/llvmgrep

Chris Lattner sabre at nondot.org
Sun Aug 23 20:44:04 PDT 2009


Author: lattner
Date: Sun Aug 23 22:44:02 2009
New Revision: 79884

URL: http://llvm.org/viewvc/llvm-project?rev=79884&view=rev
Log:
search unittests.

Modified:
    llvm/trunk/utils/llvmgrep

Modified: llvm/trunk/utils/llvmgrep
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/llvmgrep?rev=79884&r1=79883&r2=79884&view=diff

==============================================================================
--- llvm/trunk/utils/llvmgrep (original)
+++ llvm/trunk/utils/llvmgrep Sun Aug 23 22:44:02 2009
@@ -33,7 +33,7 @@
     *) 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





More information about the llvm-commits mailing list