1 ; REQUIRES: object-emission
2 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
3 ; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s
4 ; RUN: llvm-dwarfdump -debug-names -verify %t | FileCheck --check-prefix=VERIFY %s
6 ; CHECK-NOT: CU count: 0
10 !llvm.module.flags = !{!3, !4, !5}
13 !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)
14 !1 = !DIFile(filename: "-", directory: "/tmp")
16 !3 = !{i32 2, !"Dwarf Version", i32 4}
17 !4 = !{i32 2, !"Debug Info Version", i32 3}
18 !5 = !{i32 1, !"wchar_size", i32 4}
19 !6 = !{!"clang version 7.0.0 (trunk 329543) (llvm/trunk 329551)"}