diff options
| author | Greg Clayton <gclayton@apple.com> | 2015-09-10 00:57:34 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2015-09-10 00:57:34 +0000 |
| commit | a865b80c5a0dfd086b28da21d8bc03ea7fdc1385 (patch) | |
| tree | 76983025e23f479058eab4dedd67f972dec86deb /lldb/scripts | |
| parent | d2799a963f14850b440314bf569efd297fe08127 (diff) | |
| download | bcm5719-llvm-a865b80c5a0dfd086b28da21d8bc03ea7fdc1385.tar.gz bcm5719-llvm-a865b80c5a0dfd086b28da21d8bc03ea7fdc1385.zip | |
Removed debug prints that I accidentally left in.
llvm-svn: 247227
Diffstat (limited to 'lldb/scripts')
| -rw-r--r-- | lldb/scripts/build-llvm.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl index c7d57026bfa..49a12a53c43 100644 --- a/lldb/scripts/build-llvm.pl +++ b/lldb/scripts/build-llvm.pl @@ -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) # { |

