xref: /llvm-project/llvm/test/DebugInfo/AArch64/big-endian.ll (revision 54c79fa53c17a93d3d784738cae52d847102d279)
1; RUN: llc %s -filetype=asm -o -
2
3source_filename = "test/DebugInfo/AArch64/big-endian.ll"
4target datalayout = "E-m:e-i64:64-i128:128-n32:64-S128"
5target triple = "aarch64_be"
6
7@a = common global i32 0, align 4, !dbg !0
8
9!llvm.dbg.cu = !{!4}
10!llvm.module.flags = !{!8, !9}
11!llvm.ident = !{!10}
12
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")
19!6 = !{}
20!7 = !{!0}
21!8 = !{i32 2, !"Dwarf Version", i32 4}
22!9 = !{i32 2, !"Debug Info Version", i32 3}
23!10 = !{!"clang version 3.6.0 "}
24
25