diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-14 01:33:00 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-14 01:33:00 +0000 |
| commit | 5bbf576945b772bcde2707668a3a52a736e59b3d (patch) | |
| tree | 0b2a6430ee1f9932146f3d84391c78cf670b6091 /llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll | |
| parent | 0d4fbae0e7cad9c024e33e33ad33ed366975215d (diff) | |
| download | bcm5719-llvm-5bbf576945b772bcde2707668a3a52a736e59b3d.tar.gz bcm5719-llvm-5bbf576945b772bcde2707668a3a52a736e59b3d.zip | |
Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.
llvm-svn: 257732
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll index 2a45472b25a..28170538333 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll @@ -1,6 +1,6 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \ ; RUN: -O0 -relocation-model=pic -code-model=small %s -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, win32 +; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 |

