Skip to content

Commit

Permalink
XFAIL the remote small code model tests on x86. Small code model is n…
Browse files Browse the repository at this point in the history
…ot properly

supported, and only worked previously because we weren't really running them
out-of-process.

llvm-svn: 257355
  • Loading branch information
lhames committed Jan 11, 2016
1 parent fe453a7 commit a692ec4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit a692ec4

Please sign in to comment.