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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-12-02 20:20:32 +00:00
parent fabdafbacb
commit 7ece6027a9
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)