Author: gclayton Date: Wed Sep 9 19:57:34 2015 New Revision: 247227 URL: http://llvm.org/viewvc/llvm-project?rev=247227&view=rev Log: Removed debug prints that I accidentally left in.
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=247227&r1=247226&r2=247227&view=diff ============================================================================== --- lldb/trunk/scripts/build-llvm.pl (original) +++ lldb/trunk/scripts/build-llvm.pl Wed Sep 9 19:57:34 2015 @@ -57,8 +57,6 @@ our @llvm_repositories = ( abs_path("$llvm_srcroot/projects/compiler-rt") ); -print @llvm_repositories; - if (-e "$llvm_srcroot/lib") { print "Using existing llvm sources in: '$llvm_srcroot'\n"; @@ -130,10 +128,6 @@ sub build_llvm } } - print "REMOVE THIS START\n"; - print @llvm_md5_strings; - print "REMOVE THIS END\n"; - # open my $md5_data_file, '>', "/tmp/a.txt" or die "Can't open $! for writing...\n"; # foreach my $md5_string (@llvm_md5_strings) # { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits