xref: /llvm-project/llvm/test/DebugInfo/Generic/empty.ll (revision cb2dd94be8446e5ba8980c06f63b34b653cd4f87)
1; UNSUPPORTED: target={{.*}}-aix{{.*}}
2; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s
3
4; Expect no line table entry since there are no functions and file references in this compile unit
5; CHECK: .debug_line contents:
6; CHECK: Line table prologue:
7; CHECK: total_length: 0x0000001a
8; CHECK-NOT: file_names[
9
10; CHECK-NOT: .debug_pubnames contents:
11; CHECK: contents:
12
13!llvm.dbg.cu = !{!0}
14!llvm.module.flags = !{!5}
15
16!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.1 (trunk 143523)", isOptimized: true, emissionKind: FullDebug, file: !4, enums: !2, retainedTypes: !6, globals: !2)
17!2 = !{}
18!3 = !DIFile(filename: "empty.c", directory: "/home/nlewycky")
19!4 = !DIFile(filename: "empty.c", directory: "/home/nlewycky")
20!5 = !{i32 1, !"Debug Info Version", i32 3}
21!6 = !{!7}
22!7 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
23