mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linux
llvm-svn: 188814
This commit is contained in:
parent
c9806bde8d
commit
bfbe500b28
@ -1,5 +1,5 @@
|
||||
; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||
; XFAIL: mips, aarch64, i686
|
||||
; XFAIL: mips, aarch64, i686-pc-linux
|
||||
|
||||
@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, aarch64, i686
|
||||
; XFAIL: mips, aarch64, i686-pc-linux
|
||||
|
||||
@.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, aarch64, arm, i686
|
||||
; XFAIL: mips, aarch64, arm, i686-pc-linux
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||
; XFAIL: mips, aarch64, arm, i686
|
||||
; XFAIL: mips, aarch64, arm, i686-pc-linux
|
||||
|
||||
@.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…
x
Reference in New Issue
Block a user