1 // RUN
: llvm-mc
-filetype
=obj
-triple x86_64-pc-linux-gnu
%s
-o
- | llvm-readobj
-S | FileCheck
%s
3 // Test that we don
't regress on the size of the line info section. We used
4 // to handle negative line diffs incorrectly which manifested as very
5 // large integers being passed to DW_LNS_advance_line.
7 // FIXME: This size is the same as gnu as, but we can probably do a bit better.
8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK: Name: .debug_line
13 // CHECK-NEXT: Type: SHT_PROGBITS
14 // CHECK-NEXT: Flags [
16 // CHECK-NEXT: Address: 0x0
17 // CHECK-NEXT: Offset:
18 // CHECK-NEXT: Size: 62
19 // CHECK-NEXT: Link: 0
20 // CHECK-NEXT: Info: 0
21 // CHECK-NEXT: AddressAlignment: 1
22 // CHECK-NEXT: EntrySize: 0
25 .section .debug_line,"",@progbits