mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
[Orc] XFAIL a few remote-jit test cases that I missed in r257391.
llvm-svn: 257419
This commit is contained in:
parent
edd11c4d38
commit
e7ae6bfe59
@ -1,6 +1,6 @@
|
|||||||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||||
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, win32
|
||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
@.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
|
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||||
; RUN: -O0 -relocation-model=pic -code-model=small %s
|
; RUN: -O0 -relocation-model=pic -code-model=small %s
|
||||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, win32
|
||||||
|
|
||||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
@.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
|
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user