test: move some tests into ARM directory
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 8 Jun 2014 01:04:05 +0000 (01:04 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 8 Jun 2014 01:04:05 +0000 (01:04 +0000)
commite231836fe4732635c7875d20ffe10f1018946f2f
treeb3b9a54305022cf61dc324448b57b9e553109e31
parenteb5f5ae200027a0266d4dfcd445d424a1561eb11
test: move some tests into ARM directory

Rather than requiring ARM support for the ELF tests (which is odd), move the
tests that require ARM into a subdirectory to use lit to disable them if the
support is not present.  Play this game to prevent disabling the ELF tests on
the Windows build bots as they have caught issues in the past with interactions
between various platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210408 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/ELF/ARM/gnu-type-hash-diagnostics.s [new file with mode: 0644]
test/MC/ELF/ARM/gnu-type-hash.s [new file with mode: 0644]
test/MC/ELF/ARM/lit.local.cfg [new file with mode: 0644]
test/MC/ELF/gnu-type-hash-diagnostics.s [deleted file]
test/MC/ELF/gnu-type-hash.s [deleted file]