This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ecfc353229d [LV] fold-tail predication should be respected even with as [...] new f7118a429a6 [llvm-readobj][MachO] Fix section type printing
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: test/MC/MachO/ARM/darwin-ARM-reloc.s | 6 +- test/MC/MachO/ARM/darwin-Thumb-reloc.s | 4 +- test/MC/MachO/ARM/relax-thumb-ldr-literal.s | 2 +- test/MC/MachO/absolute.s | 2 +- test/MC/MachO/absolutize.s | 4 +- test/MC/MachO/comm-1.s | 2 +- test/MC/MachO/darwin-complex-difference.s | 2 +- test/MC/MachO/darwin-x86_64-diff-relocs.s | 4 +- test/MC/MachO/darwin-x86_64-nobase-relocs.s | 2 +- test/MC/MachO/darwin-x86_64-reloc-offsets.s | 4 +- test/MC/MachO/data.s | 4 +- test/MC/MachO/debug_frame.s | 2 +- test/MC/MachO/diff-with-two-sections.s | 4 +- test/MC/MachO/direction_labels.s | 2 +- test/MC/MachO/file.s | 2 +- test/MC/MachO/indirect-symbols.s | 6 +- test/MC/MachO/jcc.s | 2 +- test/MC/MachO/lcomm-attributes.s | 4 +- test/MC/MachO/loc.s | 2 +- test/MC/MachO/pcrel-to-other-section.s | 4 +- test/MC/MachO/relax-recompute-align.s | 2 +- test/MC/MachO/reloc-pcrel-offset.s | 2 +- test/MC/MachO/section-align-1.s | 2 +- test/MC/MachO/section-align-2.s | 6 +- test/MC/MachO/section-flags.s | 4 +- test/MC/MachO/string-table.s | 2 +- test/MC/MachO/symbol-diff.s | 4 +- test/MC/MachO/symbol-flags.s | 4 +- test/MC/MachO/symbol-indirect.s | 6 +- test/MC/MachO/symbols-1.s | 4 +- test/MC/MachO/tbss.s | 4 +- test/MC/MachO/tdata.s | 4 +- test/MC/MachO/thread_init_func.s | 4 +- test/MC/MachO/tls.s | 8 +- test/MC/MachO/tlv-reloc.s | 6 +- test/MC/MachO/tlv.s | 4 +- test/MC/MachO/values.s | 4 +- test/MC/MachO/variable-exprs.s | 8 +- test/MC/MachO/weakdef.s | 6 +- test/MC/MachO/x86_32-optimal_nop.s | 4 +- test/MC/MachO/x86_32-sections.s | 72 ++--- test/MC/MachO/x86_32-symbols.s | 72 ++--- test/MC/MachO/x86_64-sections.s | 62 ++-- test/MC/MachO/zero-space.s | 4 +- test/MC/MachO/zerofill-1.s | 6 +- test/MC/MachO/zerofill-2.s | 4 +- test/MC/MachO/zerofill-3.s | 4 +- test/MC/MachO/zerofill-5.s | 4 +- test/MC/X86/cfi_def_cfa-crash.s | 2 +- test/tools/dsymutil/X86/dsym-companion.test | 26 +- test/tools/llvm-readobj/macho-sections.test | 314 +++++++++++++++++++++ .../llvm-readobj/macho-universal-x86_64.i386.test | 22 +- test/tools/llvm-readobj/sections-ext.test | 40 +-- test/tools/llvm-readobj/sections.test | 42 +-- tools/llvm-readobj/MachODumper.cpp | 27 +- 55 files changed, 596 insertions(+), 257 deletions(-) create mode 100644 test/tools/llvm-readobj/macho-sections.test