This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba03c81 [x86] split up tests, regenerate checks new 7bcdeca Next set of additional error checks for invalid Mach-O files [...] new f5969f7 [Profile] Do not annotate select insts not covered in profile. new 38ea316 Mark ELF sections whose name start with .note as note
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: lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 5 ++ lib/Object/MachOObjectFile.cpp | 96 ++++++++++++++++++--- .../Instrumentation/PGOInstrumentation.cpp | 3 +- test/CodeGen/X86/note-sections.ll | 19 ++++ .../Inputs/macho-invalid-dylib-id-more-than-one | Bin 0 -> 84 bytes .../Inputs/macho-invalid-dylib-name_offset-toobig | Bin 0 -> 52 bytes .../macho-invalid-dylib-name_offset-toosmall | Bin 0 -> 52 bytes test/Object/Inputs/macho-invalid-dylib-name_toobig | Bin 0 -> 56 bytes test/Object/Inputs/macho-invalid-dylib-no-id | Bin 0 -> 28 bytes test/Object/Inputs/macho-invalid-dylib-small | Bin 0 -> 56 bytes .../Inputs/macho-invalid-dylib-wrong-filetype | Bin 0 -> 56 bytes test/Object/macho-invalid.test | 21 +++++ 12 files changed, 130 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/X86/note-sections.ll create mode 100644 test/Object/Inputs/macho-invalid-dylib-id-more-than-one create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_offset-toobig create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_offset-toosmall create mode 100644 test/Object/Inputs/macho-invalid-dylib-name_toobig create mode 100644 test/Object/Inputs/macho-invalid-dylib-no-id create mode 100644 test/Object/Inputs/macho-invalid-dylib-small create mode 100644 test/Object/Inputs/macho-invalid-dylib-wrong-filetype