summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-01-14 01:33:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-01-14 01:33:00 +0000
commit5bbf576945b772bcde2707668a3a52a736e59b3d (patch)
tree0b2a6430ee1f9932146f3d84391c78cf670b6091 /llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
parent0d4fbae0e7cad9c024e33e33ad33ed366975215d (diff)
downloadbcm5719-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/OrcMCJIT/remote/test-ptr-reloc-remote.ll')
-rw-r--r--llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll b/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
index a47c801e799..d369d2b3849 100644
--- a/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
+++ b/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
@@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
-; XFAIL: win32
+; XFAIL: 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
OpenPOWER on IntegriCloud