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.

llvm-svn: 210408
This commit is contained in:
Saleem Abdulrasool 2014-06-08 01:04:05 +00:00
parent 13b414a332
commit 46f1d9fb5d
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
targets = set(config.root.targets_to_build.split())
if not 'ARM' in targets:
config.unsupported = True