1 ; RUN: llc %s -filetype=asm -o -
3 source_filename = "test/DebugInfo/AArch64/big-endian.ll"
4 target datalayout = "E-m:e-i64:64-i128:128-n32:64-S128"
5 target triple = "aarch64_be--none-eabi"
7 @a = common global i32 0, align 4, !dbg !0
10 !llvm.module.flags = !{!8, !9}
13 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
14 !1 = !DIGlobalVariable(name: "a", scope: null, file: !2, line: 1, type: !3, isLocal: false, isDefinition: true)
15 !2 = !DIFile(filename: "<stdin>", directory: "/work/validation")
16 !3 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
17 !4 = distinct !DICompileUnit(language: DW_LANG_C99, file: !5, producer: "clang version 3.6.0 ", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !6, retainedTypes: !6, globals: !7, imports: !6)
18 !5 = !DIFile(filename: "-", directory: "/work/validation")
21 !8 = !{i32 2, !"Dwarf Version", i32 4}
22 !9 = !{i32 2, !"Debug Info Version", i32 3}
23 !10 = !{!"clang version 3.6.0 "}