1 # RUN: llvm-mc %s -filetype obj -triple x86_64-unknown-linux-gnu -o %t.out
2 # RUN: llvm-dwarfdump --verbose -verify %t.out | FileCheck %s
4 # CHECK: Verifying .debug_line...
8 .globl main # -- Begin function main
13 .file 0 "/tmp" "dwarf5.c" md5 0xa6f6c381b31c93c579beac58181f5d01
14 .loc 0 1 0 # dwarf5.c:1:0
18 .cfi_def_cfa_offset 16
21 .cfi_def_cfa_register %rbp
26 .loc 0 2 3 prologue_end # dwarf5.c:2:3
28 .loc 0 2 3 epilogue_begin is_stmt 0 # dwarf5.c:2:3
34 .size main, .Lfunc_end0-main
38 .asciz "clang version 17.0.0" # string offset=0
40 .asciz "dwarf5.c" # string offset=101
42 .asciz "/tmp" # string offset=110
43 .section .debug_str_offsets,"",@progbits
44 .long .Lstr_off_end - .Lstr_off_begin # Length of String Offsets Set
52 .ident "clang version 17.0.0"