[llvm-commits] [llvm-top] r40404 - /llvm-top/trunk/library.sh

Reid Spencer rspencer at reidspencer.com
Sun Jul 22 14:20:43 PDT 2007


Author: reid
Date: Sun Jul 22 16:20:43 2007
New Revision: 40404

URL: http://llvm.org/viewvc/llvm-project?rev=40404&view=rev
Log:
Remove duplicate message.

Modified:
    llvm-top/trunk/library.sh

Modified: llvm-top/trunk/library.sh
URL: http://llvm.org/viewvc/llvm-project/llvm-top/trunk/library.sh?rev=40404&r1=40403&r2=40404&view=diff

==============================================================================
--- llvm-top/trunk/library.sh (original)
+++ llvm-top/trunk/library.sh Sun Jul 22 16:20:43 2007
@@ -217,7 +217,6 @@
     return 0
   fi
   local build_cmd="$MODULE_INFO_VALUE MODULE=$module $build_args"
-  msg 1 "Building Module '$module'"
   msg 2 "Build Command: $build_cmd"
   cd $LLVM_TOP/$module
   $build_cmd || die $? "Build of module '$module' failed."





More information about the llvm-commits mailing list