commit | 01425d639e0c03c7cce19f5586f52ea426c117de | [log] [tgz] |
---|---|---|
author | Simon Atanasyan <satanasyan@mips.com> | Tue Nov 20 07:25:17 2012 +0000 |
committer | Simon Atanasyan <satanasyan@mips.com> | Tue Nov 20 07:25:17 2012 +0000 |
tree | 998875df725a2220b62cad37d79d906fae34d74b | |
parent | 0976e00fd1cbf4128daeb72efd8957d00383fda9 [diff] [blame] |
Marking remote mcjit tests as XFAIL for MIPS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168357 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ExecutionEngine/MCJIT/test-data-align-remote.ll b/test/ExecutionEngine/MCJIT/test-data-align-remote.ll index 86e7fcd..a1591d0 100644 --- a/test/ExecutionEngine/MCJIT/test-data-align-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-data-align-remote.ll
@@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s -; XFAIL: arm +; XFAIL: arm, mips ; Check that a variable is always aligned as specified.