Removed debug prints that I accidentally left in.

llvm-svn: 247227
This commit is contained in:
Greg Clayton 2015-09-10 00:57:34 +00:00
parent d2799a963f
commit a865b80c5a
1 changed files with 0 additions and 6 deletions

View File

@ -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)
# {