[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / Inputs / metadata-source-b.ll
blob074704b11fec09c638f07d04fefdff2aca4bf2bd
1 ; ModuleID = 'b.c'
2 source_filename = "b.c"
3 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-unknown-linux-gnu"
6 @b = common global i32 0, align 4, !dbg !0
8 !llvm.dbg.cu = !{!2}
9 !llvm.module.flags = !{!7, !8, !9}
10 !llvm.ident = !{!10}
12 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
13 !1 = distinct !DIGlobalVariable(name: "b", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
14 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
15 !3 = !DIFile(filename: "b.c", directory: "/home/slinder1/test/link", source: "int b;\0A")
16 !4 = !{}
17 !5 = !{!0}
18 !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
19 !7 = !{i32 2, !"Dwarf Version", i32 4}
20 !8 = !{i32 2, !"Debug Info Version", i32 3}
21 !9 = !{i32 1, !"wchar_size", i32 4}
22 !10 = !{!"clang version 7.0.0"}