Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / Generic / debug-names-empty-cu.ll
blob22cda37dbff1325c62bd93bf572c7e7369e2fc49
1 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
2 ; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s
3 ; RUN: llvm-dwarfdump -debug-names -verify %t | FileCheck --check-prefix=VERIFY %s
5 ; CHECK-NOT: CU count: 0
6 ; VERIFY: No errors.
8 !llvm.dbg.cu = !{!0}
9 !llvm.module.flags = !{!3, !4, !5}
10 !llvm.ident = !{!6}
12 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 7.0.0 (trunk 329543) (llvm/trunk 329551)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
13 !1 = !DIFile(filename: "-", directory: "/tmp")
14 !2 = !{}
15 !3 = !{i32 2, !"Dwarf Version", i32 4}
16 !4 = !{i32 2, !"Debug Info Version", i32 3}
17 !5 = !{i32 1, !"wchar_size", i32 4}
18 !6 = !{!"clang version 7.0.0 (trunk 329543) (llvm/trunk 329551)"}