[Lldb-commits] [lldb] r207150 - Remove print statements I was using to debug this script additions.

Greg Clayton gclayton at apple.com
Thu Apr 24 15:05:25 PDT 2014


Author: gclayton
Date: Thu Apr 24 17:05:25 2014
New Revision: 207150

URL: http://llvm.org/viewvc/llvm-project?rev=207150&view=rev
Log:
Remove print statements I was using to debug this script additions.


Modified:
    lldb/trunk/scripts/build-llvm.pl

Modified: lldb/trunk/scripts/build-llvm.pl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/build-llvm.pl?rev=207150&r1=207149&r2=207150&view=diff
==============================================================================
--- lldb/trunk/scripts/build-llvm.pl (original)
+++ lldb/trunk/scripts/build-llvm.pl Thu Apr 24 17:05:25 2014
@@ -186,8 +186,6 @@ sub build_llvm
                         
                         for my $llvm_lib (@archive_files)
                         {
-                            print "archive (1): $llvm_lib\n";
-                            
                             if (-e $llvm_lib)
                             {
                                 if ($llvm_dstroot_arch_archive_modtime < (stat($llvm_lib))[9])
@@ -394,7 +392,6 @@ sub create_single_llvm_archive_for_arch
     
     for my $archive_fullpath (@archive_files)
     {
-        print "archive (2): $archive_fullpath\n";
         if (-e $archive_fullpath)
         {
             if ($split_into_objects)





More information about the lldb-commits mailing list