Move ARM and X86 specific AsmParser tests into separate subdirectories, and only
authorDaniel Dunbar <daniel@zuster.org>
Mon, 21 Sep 2009 00:05:30 +0000 (00:05 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 21 Sep 2009 00:05:30 +0000 (00:05 +0000)
commit06e483dae04b0ad714f9d8bb0a929b98720bf483
tree4466d99eff26ca49e40003ee7020da46cbadfaae
parent2763217fbd2f1c54a7a25fd3ae9e997ea6ece0cb
Move ARM and X86 specific AsmParser tests into separate subdirectories, and only
run if appropriate target is supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82419 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/ARM/arm_word_directive.s [new file with mode: 0644]
test/MC/AsmParser/ARM/dg.exp [new file with mode: 0644]
test/MC/AsmParser/X86/dg.exp [new file with mode: 0644]
test/MC/AsmParser/X86/x86_instructions.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_operands.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_word_directive.s [new file with mode: 0644]
test/MC/AsmParser/arm_word_directive.s [deleted file]
test/MC/AsmParser/dg.exp
test/MC/AsmParser/x86_instructions.s [deleted file]
test/MC/AsmParser/x86_operands.s [deleted file]
test/MC/AsmParser/x86_word_directive.s [deleted file]