[ThinLTO] Add code comment. NFC
[llvm-complete.git] / test / LTO / X86 / Inputs / type-mapping-src.ll
blob94f108d6bb84634f8355eb3fa1b54d8fdd89df29
1 source_filename = "test/LTO/X86/Inputs/type-mapping-src.ll"
2 target triple = "x86_64-pc-windows-msvc18.0.0"
4 %SrcType = type { i8 }
5 %CommonStruct = type opaque
7 @x = external global %SrcType
8 @bar = internal global %CommonStruct* null, !dbg !0
10 !llvm.dbg.cu = !{!2}
11 !llvm.module.flags = !{!8}
13 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
14 !1 = !DIGlobalVariable(name: "bar", linkageName: "bar", scope: !2, file: !3, line: 2, type: !6, isLocal: false, isDefinition: true)
15 !2 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !3, isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
16 !3 = !DIFile(filename: "b", directory: "/")
17 !4 = !{}
18 !5 = !{!0}
19 !6 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !7, size: 64)
20 !7 = !DICompositeType(tag: DW_TAG_structure_type, name: "S", file: !3, line: 1, flags: DIFlagFwdDecl, identifier: ".?AUS@@")
21 !8 = !{i32 2, !"Debug Info Version", i32 3}