This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd3780b [sancov] MachO indirect symbols support. new f5a4670 [sancov] test file cleanup new 296471b Next set of additional error checks for invalid Mach-O files. new 718ae23 Remove autoconf references from LICENSE.TXT
The 3 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: LICENSE.TXT | 2 - lib/Object/MachOObjectFile.cpp | 113 +++++++++++++++++---- test/Object/Inputs/macho-invalid-section-addr | Bin 0 -> 162 bytes test/Object/Inputs/macho-invalid-section-addr-size | Bin 0 -> 163 bytes test/Object/Inputs/macho-invalid-section-offset | Bin 0 -> 152 bytes .../Inputs/macho-invalid-section-offset-in-headers | Bin 0 -> 152 bytes .../Inputs/macho-invalid-section-offset-size | Bin 0 -> 152 bytes test/Object/Inputs/macho-invalid-section-reloff | Bin 0 -> 152 bytes .../Inputs/macho-invalid-section-reloff-nrelocs | Bin 0 -> 152 bytes .../Inputs/macho-invalid-section-size-filesize | Bin 0 -> 163 bytes test/Object/Inputs/macho-invalid-segment-filesize | Bin 0 -> 84 bytes test/Object/Inputs/macho-invalid-segment-vmsize | Bin 0 -> 84 bytes test/Object/macho-invalid.test | 30 ++++++ test/tools/llvm-objdump/X86/malformed-machos.test | 18 ++-- test/tools/sancov/print_coverage_pcs.test | 1 - 15 files changed, 135 insertions(+), 29 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-section-addr create mode 100644 test/Object/Inputs/macho-invalid-section-addr-size create mode 100644 test/Object/Inputs/macho-invalid-section-offset create mode 100644 test/Object/Inputs/macho-invalid-section-offset-in-headers create mode 100644 test/Object/Inputs/macho-invalid-section-offset-size create mode 100644 test/Object/Inputs/macho-invalid-section-reloff create mode 100644 test/Object/Inputs/macho-invalid-section-reloff-nrelocs create mode 100644 test/Object/Inputs/macho-invalid-section-size-filesize create mode 100644 test/Object/Inputs/macho-invalid-segment-filesize create mode 100644 test/Object/Inputs/macho-invalid-segment-vmsize