Tidy up. Move MachO tests to MachO directory.
authorJim Grosbach <grosbach@apple.com>
Wed, 7 Dec 2011 17:50:28 +0000 (17:50 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 7 Dec 2011 17:50:28 +0000 (17:50 +0000)
commitd552a644bec41fe137712c9185d4ca4b0bb54489
treeaae10ae9ffd91ea2d9aa123e73c1c18ac9571a61
parent0ea3a0c2361e508f07c6c88465799814627ab6cc
Tidy up. Move MachO tests to MachO directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146038 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/MC/ARM/darwin-ARM-reloc.s [deleted file]
test/MC/ARM/darwin-Thumb-reloc.s [deleted file]
test/MC/ARM/nop-armv4-padding.s [deleted file]
test/MC/ARM/nop-armv6t2-padding.s [deleted file]
test/MC/ARM/nop-thumb-padding.s [deleted file]
test/MC/ARM/nop-thumb2-padding.s [deleted file]
test/MC/ARM/thumb2-movt-fixup.s [deleted file]
test/MC/MachO/ARM/darwin-ARM-reloc.s [new file with mode: 0644]
test/MC/MachO/ARM/darwin-Thumb-reloc.s [new file with mode: 0644]
test/MC/MachO/ARM/nop-armv4-padding.s [new file with mode: 0644]
test/MC/MachO/ARM/nop-armv6t2-padding.s [new file with mode: 0644]
test/MC/MachO/ARM/nop-thumb-padding.s [new file with mode: 0644]
test/MC/MachO/ARM/nop-thumb2-padding.s [new file with mode: 0644]
test/MC/MachO/ARM/thumb2-movt-fixup.s [new file with mode: 0644]