diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll index 9daf1684de8..874eeae2069 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -remote-mcjit -O0 %s -; XFAIL: armv7, mips +; XFAIL: mips ; Check that a variable is always aligned as specified. |