mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Still more MCJIT PIC test XFAILs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
17b06b899e
commit
11873fc85a
@ -1,5 +1,5 @@
|
|||||||
; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
|
||||||
; XFAIL: mips, i686, i386, aarch64
|
; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
|
||||||
define i32 @main() nounwind {
|
define i32 @main() nounwind {
|
||||||
entry:
|
entry:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips, aarch64, i686-pc-linux
|
; XFAIL: mips, aarch64, arm, i686-pc-linux
|
||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
|
||||||
; XFAIL: mips, aarch64, i686-pc-linux
|
; XFAIL: mips, aarch64, arm, i686-pc-linux
|
||||||
|
|
||||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
@.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
|
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4
|
||||||
|
Loading…
Reference in New Issue
Block a user