mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fabdafbacb
commit
7ece6027a9
@ -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]
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: lli %s > /dev/null
|
||||
; XFAIL: arm
|
||||
|
||||
declare void @exit(i32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user