brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.0 KiB · b8d4046 Raw
27 lines · plain
1; This checks that the list of index entries in the name index is terminated2; with a 1-byte value.3 4; RUN: llc -mtriple x86_64 -accel-tables=Dwarf -dwarf-version=5 -filetype=asm %s -o - | \5; RUN:   FileCheck %s6 7; CHECK:   .section .debug_names,"",@progbits8; CHECK: .Lnames_entries0:9; CHECK:   .byte 010; CHECK-NEXT:   # End of list: int11; CHECK:   .byte 012; CHECK-NEXT:   # End of list: foo13 14@foo = common dso_local global i32 0, align 4, !dbg !515 16!llvm.dbg.cu = !{!2}17!llvm.module.flags = !{!0}18 19!0 = !{i32 2, !"Debug Info Version", i32 3}20!1 = !DIFile(filename: "foo.c", directory: "/tmp")21!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Manual", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !3, globals: !4)22!3 = !{}23!4 = !{!5}24!5 = !DIGlobalVariableExpression(var: !6, expr: !DIExpression())25!6 = distinct !DIGlobalVariable(name: "foo", scope: !2, file: !1, line: 1, type: !7, isLocal: false, isDefinition: true)26!7 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)27