This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 60fc58a [Hexagon] Better handling of HVX vector lowering new 7402add Next set of additional error checks for invalid Mach-O files [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Object/MachOObjectFile.cpp | 89 +++++++++++++++++++-- .../macho-invalid-dyldinfo-bind_off-bind_size | Bin 0 -> 76 bytes .../macho-invalid-dyldinfo-export_off-export_size | Bin 0 -> 76 bytes ...o-invalid-dyldinfo-lazy_bind_off-lazy_bind_size | Bin 0 -> 76 bytes .../Inputs/macho-invalid-dyldinfo-more-than-one | Bin 0 -> 124 bytes .../Inputs/macho-invalid-dyldinfo-rebase_off | Bin 0 -> 76 bytes .../macho-invalid-dyldinfo-rebase_off-rebase_size | Bin 0 -> 76 bytes test/Object/Inputs/macho-invalid-dyldinfo-small | Bin 0 -> 76 bytes ...o-invalid-dyldinfo-weak_bind_off-weak_bind_size | Bin 0 -> 76 bytes .../Inputs/macho-invalid-dyldinfoonly-bad-size | Bin 0 -> 80 bytes .../Inputs/macho-invalid-dyldinfoonly-bind_off | Bin 0 -> 76 bytes .../Inputs/macho-invalid-dyldinfoonly-export_off | Bin 0 -> 76 bytes .../macho-invalid-dyldinfoonly-lazy_bind_off | Bin 0 -> 76 bytes .../macho-invalid-dyldinfoonly-weak_bind_off | Bin 0 -> 76 bytes test/Object/macho-invalid.test | 38 +++++++++ 15 files changed, 120 insertions(+), 7 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-bind_off-bind_size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-export_off-export_size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-lazy_bind_off-lazy_bind_size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-more-than-one create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-rebase_off create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-rebase_off-rebase_size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-small create mode 100644 test/Object/Inputs/macho-invalid-dyldinfo-weak_bind_off-weak_bind_size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfoonly-bad-size create mode 100644 test/Object/Inputs/macho-invalid-dyldinfoonly-bind_off create mode 100644 test/Object/Inputs/macho-invalid-dyldinfoonly-export_off create mode 100644 test/Object/Inputs/macho-invalid-dyldinfoonly-lazy_bind_off create mode 100644 test/Object/Inputs/macho-invalid-dyldinfoonly-weak_bind_off