[MC] Convert other MachO tests from macho-dump to llvm-readobj.
authorDavide Italiano <davide@freebsd.org>
Sat, 5 Sep 2015 01:02:05 +0000 (01:02 +0000)
committerDavide Italiano <davide@freebsd.org>
Sat, 5 Sep 2015 01:02:05 +0000 (01:02 +0000)
commit537f16ebe4822f2ebb68319250c84f537caa0ec5
treeca266a457bae1fdc4f64e1f7c09cc926a1365424
parentb6a09c74282cbdb298252a7294aec23c4ee9ce06
[MC] Convert other MachO tests from macho-dump to llvm-readobj.

This commit accomplish two goals:
1) it's a step forward to deprecate macho-dump, now less than 40 tests
rely on it.

2) It tests all the MachO specific features introduced in llvm-readobj in
the following commits:  r246789, r246665, r246474.

While the conversion is mostly mechanical (I double-checked all the
tests output one by one, but still), a post-commit review is greatly
appreciated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246904 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
test/MC/MachO/AArch64/darwin-ARM64-local-label-diff.s
test/MC/MachO/darwin-x86_64-diff-reloc-assign.s
test/MC/MachO/debug_frame.s
test/MC/MachO/i386-large-relocations.s
test/MC/MachO/loc.s
test/MC/MachO/relax-recompute-align.s
test/MC/MachO/reloc-diff.s
test/MC/MachO/reloc-pcrel-offset.s
test/MC/MachO/reloc-pcrel.s
test/MC/MachO/section-attributes.s
test/MC/MachO/section-flags.s
test/MC/MachO/temp-labels.s
test/MC/MachO/x86_32-scattered-reloc-fallback.s
test/MC/MachO/x86_32-sections.s
test/MC/MachO/x86_32-symbols.s
test/MC/MachO/x86_64-reloc-arithmetic.s
test/MC/MachO/x86_64-sections.s
test/MC/MachO/zerofill-1.s
test/MC/MachO/zerofill-2.s
test/MC/MachO/zerofill-3.s
test/MC/MachO/zerofill-4.s
test/MC/MachO/zerofill-5.s
test/MC/MachO/zerofill-sect-align.s