1 ; RUN: %llc_dwarf -filetype=asm -dwarf-version=5 %s -o - | FileCheck %s -check-prefix=ASM
2 ; RUN: %llc_dwarf -filetype=obj -dwarf-version=5 %s -o - | llvm-dwarfdump -debug-line - | FileCheck %s -check-prefix=OBJ
3 ; ASM: .file 0 "{{.+}}" md5
4 ; ASM: .file 1 "t1.cpp"
9 ; Generated from this source (see PR37623):
11 ; #define a(...) template __VA_ARGS__;
12 ; template <class> class b {};
18 source_filename = "t1.cpp"
19 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
20 target triple = "x86_64-unknown-linux-gnu"
22 @c = global i32 0, align 4, !dbg !0
25 !llvm.module.flags = !{!12, !13, !14}
28 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
29 !1 = distinct !DIGlobalVariable(name: "c", scope: !2, file: !3, line: 1, type: !10, isLocal: false, isDefinition: true)
30 !2 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !3, producer: "clang version 7.0.0 ", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, retainedTypes: !5, globals: !11)
31 !3 = !DIFile(filename: "<stdin>", directory: "/home/probinson/projects/scratch", checksumkind: CSK_MD5, checksum: "9252ff18ee25a08c2b4216b21b5d66d4")
34 !6 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "b<int>", file: !7, line: 3, size: 8, flags: DIFlagTypePassByValue, elements: !4, templateParams: !8, identifier: "_ZTS1bIiE")
35 !7 = !DIFile(filename: "t1.cpp", directory: "/home/probinson/projects/scratch")
37 !9 = !DITemplateTypeParameter(type: !10)
38 !10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
40 !12 = !{i32 2, !"Dwarf Version", i32 5}
41 !13 = !{i32 2, !"Debug Info Version", i32 3}
42 !14 = !{i32 1, !"wchar_size", i32 4}
43 !15 = !{!"clang version 7.0.0 "}