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