1 # RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o %t.o
2 # RUN: llvm-dwarfdump --debug-addr %t.o | FileCheck %s
4 # CHECK: .debug_addr contents
5 # CHECK-NEXT: length = 0x00000000, version = 0x0004, addr_size = 0x04, seg_size = 0x00
7 # CHECK-NEXT: 0x00000000
8 # CHECK-NEXT: 0x00000001
10 .section .debug_abbrev,"",@progbits
11 .byte 1 # Abbreviation Code
12 .section .debug_info,"",@progbits
14 .long 7 # Length of Unit
15 .short 4 # DWARF version number
16 .long .debug_abbrev # Offset Into Abbrev. Section
17 .byte 4 # Address Size (in bytes)
18 .section .debug_addr,"",@progbits