16 lines · plain
1# REQUIRES: aarch642 3## Check that LLD does not crash if it encounters DWARF sections4## without __debug_info compile unit DIEs being present.5 6# RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t.o7# RUN: %lld -arch arm64 %t.o -o /dev/null8 9.text10.globl _main11_main:12 ret13 14.section __DWARF,__debug_abbrev,regular,debug15 .byte 016