This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d20b5fba2b0 Recommit: GlobalISel: select G_EXTRACT and G_INSERT instruc [...] new 2345ccfb6cb Only enable libxml2 on linux, because systems like android [...] new ed0a9e113bc Add error handling to the dyld compact export entries in li [...]
The 2 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: cmake/config-ix.cmake | 2 +- include/llvm/Object/MachO.h | 27 +++- lib/Object/MachOObjectFile.cpp | 176 ++++++++++++++++++--- .../llvm-objdump/Inputs/macho-inconsistant-export | Bin 0 -> 8752 bytes .../macho-trie-bad-export-info-malformed-uleb128 | Bin 0 -> 8760 bytes ...-trie-bad-export-info-malformed-uleb128_too_big | Bin 0 -> 8768 bytes test/tools/llvm-objdump/Inputs/macho-trie-bad-kind | Bin 0 -> 8752 bytes .../Inputs/macho-trie-bad-library-ordinal | Bin 0 -> 8752 bytes .../Inputs/macho-trie-children-count-byte | Bin 0 -> 8752 bytes .../llvm-objdump/Inputs/macho-trie-edge-string-end | Bin 0 -> 8912 bytes .../Inputs/macho-trie-export-info-size-too-big | Bin 0 -> 8752 bytes .../llvm-objdump/Inputs/macho-trie-import-name-end | Bin 0 -> 8752 bytes .../Inputs/macho-trie-import-name-start | Bin 0 -> 8752 bytes .../tools/llvm-objdump/Inputs/macho-trie-node-loop | Bin 0 -> 8752 bytes .../llvm-objdump/Inputs/macho-trie-not-export-node | Bin 0 -> 8756 bytes test/tools/llvm-objdump/macho-bad-trie.test | 35 ++++ tools/llvm-nm/llvm-nm.cpp | 6 +- tools/llvm-objdump/MachODump.cpp | 5 +- 18 files changed, 219 insertions(+), 32 deletions(-) create mode 100755 test/tools/llvm-objdump/Inputs/macho-inconsistant-export create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malfo [...] create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-export-info-malfo [...] create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-kind create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-bad-library-ordinal create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-children-count-byte create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-edge-string-end create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-export-info-size-too-big create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-import-name-end create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-import-name-start create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-node-loop create mode 100755 test/tools/llvm-objdump/Inputs/macho-trie-not-export-node create mode 100644 test/tools/llvm-objdump/macho-bad-trie.test