26 lines · plain
1# RUN: llvm-mc -triple i386-unknown-unknown -filetype=obj %s -o %t2# RUN: llvm-dwarfdump -debug-line %t | FileCheck %s3 4 .file 1 "test.c"5 .loc 1 26 nop7 .loc 1 4 is_stmt 08 nop9 .loc 1 610 nop11 .loc 1 8 is_stmt 112 nop13 .loc 1 1014 nop15 16# CHECK: .debug_line17# CHECK: file_names[ 1]:18# CHECK-NEXT: name: "test.c"19# CHECK-NEXT: dir_index: 020# CHECK: 0x{{0+}}0 2 0 1 0 0 0 is_stmt21# CHECK: 0x{{0+}}1 4 0 1 0 0 0 {{$}}22# CHECK: 0x{{0+}}2 6 0 1 0 0 0 {{$}}23# CHECK: 0x{{0+}}3 8 0 1 0 0 0 is_stmt24# CHECK: 0x{{0+}}4 10 0 1 0 0 0 is_stmt25# CHECK: 0x{{0+}}5 10 0 1 0 0 0 is_stmt end_sequence26