diff options
author | Simon Atanasyan <satanasyan@mips.com> | 2012-11-20 07:25:17 +0000 |
---|---|---|
committer | Simon Atanasyan <satanasyan@mips.com> | 2012-11-20 07:25:17 +0000 |
commit | 01425d639e0c03c7cce19f5586f52ea426c117de (patch) | |
tree | 998875df725a2220b62cad37d79d906fae34d74b /test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll | |
parent | 0976e00fd1cbf4128daeb72efd8957d00383fda9 (diff) | |
download | external_llvm-01425d639e0c03c7cce19f5586f52ea426c117de.zip external_llvm-01425d639e0c03c7cce19f5586f52ea426c117de.tar.gz external_llvm-01425d639e0c03c7cce19f5586f52ea426c117de.tar.bz2 |
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
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll b/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll index 83a9b43..773e4a1 100644 --- a/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s -; XFAIL: arm +; XFAIL: arm, mips @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4 |