mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
llvm-svn: 132364
This commit is contained in:
parent
60ad58febd
commit
5f12790662
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @foo(i32 %X, i32 %Y, double %A) {
|
||||
%cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @main() {
|
||||
call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @bar(i8* %X) {
|
||||
; pointer should be 4 byte aligned!
|
||||
|
@ -1,8 +1,6 @@
|
||||
; This testcase should return with an exit code of 1.
|
||||
;
|
||||
; RUN: not lli %s
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
@test = global i64 0 ; <i64*> [#uses=1]
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s test
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
declare i32 @puts(i8*)
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
;
|
||||
; Regression Test: EnvironmentTest.ll
|
||||
|
@ -1,7 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
|
||||
@A = global i32 0 ; <i32*> [#uses=1]
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
@X = global i32 7 ; <i32*> [#uses=0]
|
||||
@msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @bar() {
|
||||
ret i32 0
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli -disable-lazy-compilation=false %s
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define double @test(double* %DP, double %Arg) {
|
||||
%D = load double* %DP ; <double> [#uses=1]
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
|
||||
%V = load i8* %P ; <i8> [#uses=1]
|
||||
|
@ -1,6 +1,4 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
|
||||
|
||||
define i32 @main() {
|
||||
%X = malloc i32 ; <i32*> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user