forked from OSchip/llvm-project
[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.
llvm-svn: 279201
This commit is contained in:
parent
a07e4a8352
commit
e2ca3b65fc
|
@ -1,6 +1,6 @@
|
|||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386, mingw32, win32
|
||||
; UNSUPPORTED: powerpc64-unknown-linux-gnu
|
||||
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
||||
|
||||
|
|
|
@ -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, mingw32, win32
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386, mingw32, win32
|
||||
; UNSUPPORTED: powerpc64-unknown-linux-gnu
|
||||
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, aarch64
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386
|
||||
|
||||
@.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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386, mingw32, win32
|
||||
; UNSUPPORTED: powerpc64-unknown-linux-gnu
|
||||
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
; RUN: %lli -jit-kind=orc-mcjit -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, mingw32, win32
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386, mingw32, win32
|
||||
; UNSUPPORTED: powerpc64-unknown-linux-gnu
|
||||
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -jit-kind=orc-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, aarch64
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -jit-kind=orc-mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
||||
; XFAIL: mips-, mipsel-, aarch64, i686, i386
|
||||
|
||||
@.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
|
||||
|
|
Loading…
Reference in New Issue