Xamarin Public Jenkins (auto-signing) 279aa8f685 Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
2019-01-23 08:21:40 +00:00

22 lines
582 B
ArmAsm

# RUN: llvm-mc %s -filetype obj -triple x86_64-apple-darwin -o - \
# RUN: | not llvm-dwarfdump --verify --debug-info - \
# RUN: | FileCheck %s
# CHECK: error: Compilation unit without DIE.
.section __DWARF,__debug_info,regular,debug
.long 8 # CU length
.short 3 # Version
.long 0 # Abbrev offset
.byte 4 # AddrSize
.byte 1 # Abbrev 1
.long 7 # Unit lengthh...
.short 3
.long 0
.byte 4
.section __DWARF,__debug_abbrev,regular,debug
.byte 1 # Abbrev code
.byte 0x11 # TAG_compile_unit
.byte 0 # no children
.byte 0 # no attributes
.byte 0