xref: /llvm-project/llvm/test/DebugInfo/ARM/big-endian-dump.ll (revision 536ba6373f05fb1e9bc7199e301fbf4bc514006f)
12dab8359SEric Christopher; RUN: llc -O0 -filetype=obj -mtriple=armeb-none-linux < %s | llvm-dwarfdump - | FileCheck %s
22dab8359SEric Christopher
3*536ba637SFangrui Song; CHECK: file format elf32-bigarm
49864519cSEric Christopher
59864519cSEric Christophertarget datalayout = "E-m:e-p:32:32-i64:64-v128:64:128-n32-S64"
69864519cSEric Christopher
79864519cSEric Christopher!llvm.dbg.cu = !{!0}
89864519cSEric Christopher!llvm.module.flags = !{!3, !4, !5, !6}
99864519cSEric Christopher!llvm.ident = !{!7}
109864519cSEric Christopher
11be7ea19bSDuncan P. N. Exon Smith!0 = !{i32 786449, !1, i32 12, !"clang version 3.6.0 ", i1 false, !"", i32 0, !2, !2, !2, !2, !2, !"", i32 1} ; [ DW_TAG_compile_unit ] [/a/empty.c] [DW_LANG_C99]
12be7ea19bSDuncan P. N. Exon Smith!1 = !{!"empty.c", !"/a"}
13be7ea19bSDuncan P. N. Exon Smith!2 = !{}
14be7ea19bSDuncan P. N. Exon Smith!3 = !{i32 2, !"Dwarf Version", i32 4}
15be7ea19bSDuncan P. N. Exon Smith!4 = !{i32 2, !"Debug Info Version", i32 1}
16be7ea19bSDuncan P. N. Exon Smith!5 = !{i32 1, !"wchar_size", i32 4}
17be7ea19bSDuncan P. N. Exon Smith!6 = !{i32 1, !"min_enum_size", i32 4}
18be7ea19bSDuncan P. N. Exon Smith!7 = !{!"clang version 3.6.0 "}
19