Add a triple to test/DebugInfo/unconditional-branch.ll (PR23252)
[oota-llvm.git] / test / DebugInfo / AArch64 / big-endian.ll
1 ; RUN: llc %s -filetype=asm -o -
2
3 target datalayout = "E-m:e-i64:64-i128:128-n32:64-S128"
4 target triple = "aarch64_be--none-eabi"
5
6 @a = common global i32 0, align 4
7
8 !llvm.dbg.cu = !{!0}
9 !llvm.module.flags = !{!8, !9}
10 !llvm.ident = !{!10}
11
12 !0 = !MDCompileUnit(language: DW_LANG_C99, producer: "clang version 3.6.0 ", isOptimized: true, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !3, imports: !2)
13 !1 = !MDFile(filename: "-", directory: "/work/validation")
14 !2 = !{}
15 !3 = !{!4}
16 !4 = !MDGlobalVariable(name: "a", line: 1, isLocal: false, isDefinition: true, scope: null, file: !5, type: !7, variable: i32* @a)
17 !5 = !MDFile(filename: "<stdin>", directory: "/work/validation")
18 !6 = !{!"<stdin>", !"/work/validation"}
19 !7 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
20 !8 = !{i32 2, !"Dwarf Version", i32 4}
21 !9 = !{i32 2, !"Debug Info Version", i32 3}
22 !10 = !{!"clang version 3.6.0 "}