xref: /llvm-project/llvm/test/LTO/X86/Inputs/type-mapping-bug2.ll (revision 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc)
1target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2target triple = "x86_64-unknown-linux-gnu"
3
4define i32 @c() !dbg !6 {
5  unreachable
6}
7
8!llvm.module.flags = !{!0, !1}
9!llvm.dbg.cu = !{!2}
10!0 = !{i32 2, !"Debug Info Version", i32 3}
11!1 = !{i32 1, !"ThinLTO", i32 0}
12!2 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !3, retainedTypes: !4)
13!3 = !DIFile(filename: "f2", directory: "")
14!4 = !{!5}
15!5 = !DICompositeType(tag: DW_TAG_class_type, file: !3, flags: DIFlagFwdDecl, identifier: "SHARED")
16!6 = distinct !DISubprogram(unit: !2)
17