diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-08 01:04:05 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-08 01:04:05 +0000 |
| commit | 46f1d9fb5df3d3cdcfb2f1611646129bbdd1790e (patch) | |
| tree | 458144c6da68e34c79894a57391c911784c86e51 /llvm | |
| parent | 13b414a332b22e544a96374a140b872bdcb3943b (diff) | |
| download | bcm5719-llvm-46f1d9fb5df3d3cdcfb2f1611646129bbdd1790e.tar.gz bcm5719-llvm-46f1d9fb5df3d3cdcfb2f1611646129bbdd1790e.zip | |
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
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ELF/ARM/gnu-type-hash-diagnostics.s (renamed from llvm/test/MC/ELF/gnu-type-hash-diagnostics.s) | 0 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/ARM/gnu-type-hash.s (renamed from llvm/test/MC/ELF/gnu-type-hash.s) | 0 | ||||
| -rw-r--r-- | llvm/test/MC/ELF/ARM/lit.local.cfg | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/ELF/gnu-type-hash-diagnostics.s b/llvm/test/MC/ELF/ARM/gnu-type-hash-diagnostics.s index eb364755c4d..eb364755c4d 100644 --- a/llvm/test/MC/ELF/gnu-type-hash-diagnostics.s +++ b/llvm/test/MC/ELF/ARM/gnu-type-hash-diagnostics.s diff --git a/llvm/test/MC/ELF/gnu-type-hash.s b/llvm/test/MC/ELF/ARM/gnu-type-hash.s index ae5c47c567c..ae5c47c567c 100644 --- a/llvm/test/MC/ELF/gnu-type-hash.s +++ b/llvm/test/MC/ELF/ARM/gnu-type-hash.s diff --git a/llvm/test/MC/ELF/ARM/lit.local.cfg b/llvm/test/MC/ELF/ARM/lit.local.cfg new file mode 100644 index 00000000000..ba8a4fbfc20 --- /dev/null +++ b/llvm/test/MC/ELF/ARM/lit.local.cfg @@ -0,0 +1,4 @@ +targets = set(config.root.targets_to_build.split()) +if not 'ARM' in targets: + config.unsupported = True + |

