brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.8 KiB · d48e42c Raw
44 lines · plain
1; RUN: %llc_dwarf -filetype=asm -dwarf-version=5 %s -o - | FileCheck %s -check-prefix=ASM2; RUN: %llc_dwarf -filetype=obj -dwarf-version=5 %s -o - | llvm-dwarfdump -debug-line - | FileCheck %s -check-prefix=OBJ3; ASM: .file 0 "{{.+}}" md54; ASM: .file 1 "t1.cpp"5; ASM-NOT: md56; OBJ: file_names[ 0]:7; OBJ-NOT: md58;9; Generated from this source (see PR37623):10;11; #define a(...) template __VA_ARGS__;12; template <class> class b {};13; a(class b<int>)14; # 1 ""15; int c;16 17; ModuleID = 't1.cpp'18source_filename = "t1.cpp"19target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"20target triple = "x86_64-unknown-linux-gnu"21 22@c = global i32 0, align 4, !dbg !023 24!llvm.dbg.cu = !{!2}25!llvm.module.flags = !{!12, !13, !14}26!llvm.ident = !{!15}27 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")32!4 = !{}33!5 = !{!6}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")36!8 = !{!9}37!9 = !DITemplateTypeParameter(type: !10)38!10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)39!11 = !{!0}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 "}44