1# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o - | llvm-dwarfdump --debug-line - | FileCheck %s 2 3# The line table is open in the MC path. 4# The end sequence is emitted using the section end label. 5 6# CHECK: 0x0000000000000001 [[T:.*]] end_sequence 7# CHECK: 0x0000000000000001 [[T:.*]] end_sequence 8 9 .text 10 .section .text.f1 11f1: 12 .file 1 "/" "t1.c" 13 .loc 1 1 0 14 nop 15 16 .section .text.f2 17f2: 18 .loc 1 2 0 19 nop 20