xref: /llvm-project/llvm/test/LTO/X86/Inputs/type-mapping-src.ll (revision 4e4c89a16e5696f03bd39160a099462d9c847cd5)
1source_filename = "test/LTO/X86/Inputs/type-mapping-src.ll"
2target triple = "x86_64-pc-windows-msvc18.0.0"
3
4%SrcType = type { i8 }
5%CommonStruct = type opaque
6
7@x = external global %SrcType
8@bar = internal global ptr null, !dbg !0
9
10!llvm.dbg.cu = !{!2}
11!llvm.module.flags = !{!8}
12
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}
22