This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5aa1e1 ARM: try to fix GCC 4.8 compilation again after r286881. new 2900d3d [Hexagon] Give a predicate function a more meaningful name new 34a869c Add a checkSymbolTable() method to the MachOObjectFile class.
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: include/llvm/Object/MachO.h | 2 + lib/Object/MachOObjectFile.cpp | 68 +++++++++++++++++++++ lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +- lib/Target/Hexagon/HexagonPatterns.td | 32 +++++----- .../X86/Inputs/macho-invalid-symbol-indr | Bin 0 -> 260 bytes .../X86/Inputs/macho-invalid-symbol-lib_ordinal | Bin 0 -> 304 bytes .../X86/Inputs/macho-invalid-symbol-nsect | Bin 0 -> 424 bytes .../X86/Inputs/macho-invalid-symbol-strx | Bin 0 -> 260 bytes test/tools/llvm-objdump/X86/malformed-machos.test | 12 ++++ tools/llvm-objdump/MachODump.cpp | 3 + 10 files changed, 103 insertions(+), 18 deletions(-) create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-indr create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-lib_ordinal create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-nsect create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-strx