20 lines · plain
1# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o - | llvm-dwarfdump --debug-line - | FileCheck %s2 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_sequence7# CHECK: 0x0000000000000001 [[T:.*]] end_sequence8 9 .text10 .section .text.f111f1:12 .file 1 "/" "t1.c"13 .loc 1 1 014 nop15 16 .section .text.f217f2:18 .loc 1 2 019 nop20