tests: disable ARM unwinding tests if ARM is unavailable
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 8 Jan 2014 03:44:01 +0000 (03:44 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 8 Jan 2014 03:44:01 +0000 (03:44 +0000)
commit0fe78d5669e37cf9c5b613ef56b4e5a2de975271
treefb7287c98432e0faf2fa9b8ac3caf384b2dcbdac
parentcb914a32d6962ba1d2cb8dfdb84a6df79cd27633
tests: disable ARM unwinding tests if ARM is unavailable

Appease the buildbots for targets which do not build the ARM support by moving
the ARM specific test into a subdirectory and use the lit configuration to
disable them appropriately.

Thanks to chapuni and thakis for explaining how to do this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198736 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/ARM/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-readobj/ARM/unwind.s [new file with mode: 0644]
test/tools/llvm-readobj/arm-unwind.s [deleted file]