diff options
| author | Greg Clayton <gclayton@apple.com> | 2014-04-24 22:05:25 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2014-04-24 22:05:25 +0000 |
| commit | b0d5e4d6edc8ba67aa9a5b3ceb8f2ef1b20bad3c (patch) | |
| tree | 0a0eb907b0c7d437332182cb9832b5d663b7f4e5 /lldb/scripts | |
| parent | 676d4de9183923edbb6299530b4c6c00aca9ff3a (diff) | |
| download | bcm5719-llvm-b0d5e4d6edc8ba67aa9a5b3ceb8f2ef1b20bad3c.tar.gz bcm5719-llvm-b0d5e4d6edc8ba67aa9a5b3ceb8f2ef1b20bad3c.zip | |
Remove print statements I was using to debug this script additions.
llvm-svn: 207150
Diffstat (limited to 'lldb/scripts')
| -rw-r--r-- | lldb/scripts/build-llvm.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl index c6ff720f1f1..e529928212d 100644 --- a/lldb/scripts/build-llvm.pl +++ b/lldb/scripts/build-llvm.pl @@ -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) |

