mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Corrections for XFAIL armv5 tests
Most of the tests that behave differently on llvm-arm-linux buildbot did so becase the triple wasn't set correctly to armv5, so we can revert most of the special behaviour added previously. Some tests still need the special treatment, though. llvm-svn: 176243
This commit is contained in:
parent
9883879d80
commit
86c3e15702
@ -1,5 +1,5 @@
|
||||
; RUN: %lli %s > /dev/null
|
||||
; XFAIL: armv7
|
||||
; XFAIL: arm
|
||||
|
||||
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
; PR672
|
||||
; RUN: %lli_mcjit %s
|
||||
; XFAIL: mcjit-ia32, armv5
|
||||
; XFAIL: mcjit-ia32
|
||||
|
||||
define i32 @main() {
|
||||
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]
|
||||
|
@ -1,5 +1,4 @@
|
||||
; RUN: %lli_mcjit %s > /dev/null
|
||||
; XFAIL: armv5
|
||||
|
||||
declare void @exit(i32)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli %s > /dev/null
|
||||
; XFAIL: armv7
|
||||
; XFAIL: arm
|
||||
|
||||
declare void @exit(i32)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli %s > /dev/null
|
||||
; XFAIL: armv7
|
||||
; XFAIL: arm
|
||||
|
||||
define double @test(double* %DP, double %Arg) {
|
||||
%D = load double* %DP ; <double> [#uses=1]
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: %lli %s > /dev/null
|
||||
; XFAIL: armv7
|
||||
; XFAIL: arm
|
||||
|
||||
define double @test(double* %DP, double %Arg) {
|
||||
%D = load double* %DP ; <double> [#uses=1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user