brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 2993647 Raw
11 lines · plain
1; RUN: llc < %s -mtriple=arm-linux-gnueabi2; PR47163 4define void @_start() nounwind naked {5entry:6  tail call  void @exit(i32 undef) noreturn nounwind7  unreachable8}9 10declare void @exit(i32) noreturn nounwind11