forked from OSchip/llvm-project
Fixing XPASSes among MCJIT PIC test on i686
llvm-svn: 188736
This commit is contained in:
parent
99974313d5
commit
ef7280c7f4
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips, i686, i386
|
||||
; XFAIL: mips
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips, i686, i386
|
||||
; XFAIL: mips
|
||||
|
||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
||||
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips, i686, i386
|
||||
; XFAIL: mips
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips, i686, i386
|
||||
; XFAIL: mips
|
||||
|
||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
||||
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4
|
||||
|
|
Loading…
Reference in New Issue