mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
11 lines
241 B
LLVM
11 lines
241 B
LLVM
|
; RUN: llvm-as < %s | llc -march=arm
|
||
|
; PR4716
|
||
|
|
||
|
define arm_aapcscc void @_start() nounwind naked {
|
||
|
entry:
|
||
|
tail call arm_aapcscc void @exit(i32 undef) noreturn nounwind
|
||
|
unreachable
|
||
|
}
|
||
|
|
||
|
declare arm_aapcscc void @exit(i32) noreturn nounwind
|