1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

XFAIL for now. If someone with access to an ARM/Linux host wants to have a look

that would be great. They're ARM JIT failures, so without that, it's tough.

llvm-svn: 120731
This commit is contained in:
Jim Grosbach 2010-12-02 20:20:32 +00:00
parent 402157b66e
commit 5a94ed2d67
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; PR672
; RUN: lli %s
; XFAIL: arm
define i32 @main() {
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]

View File

@ -1,4 +1,5 @@
; RUN: lli %s > /dev/null
; XFAIL: arm
declare void @exit(i32)