[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 20 Jun 2013 20:33:06 +0000 (20:33 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 20 Jun 2013 20:33:06 +0000 (20:33 +0000)
commitdeda39dbdf2a8b07940183e5f3ed9ea89e2ae053
treea5ec0ba8d4c04e18506a59ef54841f18fe7785b2
parentf9f44f3d5ad391e5b17916b4198e442d1a64a0b1
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests

MIPS does not handle multiple relocations correctly, so two tests from the
unittests are expected to fail. These are:
 - MCJITTest.return_global and
 - MCJITTest.multiple_functions.

Until the multiple relocations are fixed, XFAIL the MCJIT unittests for
MIPS. This issue is tracked as Bug 16250.

Patch by Petar Jovanovic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184461 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h