diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll index 8583bfe..2979254 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll @@ -1,7 +1,6 @@ ; RUN: %lli_mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target %s -; This fails because __main is not resolved in remote mcjit on cygming. -; XFAIL: cygwin,mingw32,mips +; XFAIL: mips ; Check that a variable is always aligned as specified. |