mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
XFAIL the remote small code model tests on x86. Small code model is not properly
supported, and only worked previously because we weren't really running them out-of-process. llvm-svn: 257355
This commit is contained in:
parent
a8ec54d557
commit
4df39c1222
@ -1,5 +1,5 @@
|
||||
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm, x86
|
||||
|
||||
declare i32 @FB()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm, x86
|
||||
|
||||
declare i32 @FB()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm, x86
|
||||
|
||||
declare i32 @FB()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm
|
||||
; XFAIL: mips-, mipsel-, i686, i386, arm, x86
|
||||
|
||||
declare i32 @FB()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user