xref: /llvm-project/llvm/test/DebugInfo/SystemZ/processes-relocations.ll (revision be7ea19b585dc1b0d4c4358df3ca498ceb65b969)
11452c8e6SEric Christopher; RUN: llc -filetype=obj -O0 < %s -mtriple s390x-unknown-linux | \
21452c8e6SEric Christopher; RUN:     llvm-dwarfdump - 2>&1 | FileCheck %s
31452c8e6SEric Christopher
41452c8e6SEric Christopher; CHECK-NOT: failed to compute relocation
51452c8e6SEric Christopher
61452c8e6SEric Christopher!llvm.dbg.cu = !{!0}
71452c8e6SEric Christopher!llvm.module.flags = !{!3, !4}
81452c8e6SEric Christopher!llvm.ident = !{!5}
91452c8e6SEric Christopher
10*be7ea19bSDuncan 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]
11*be7ea19bSDuncan P. N. Exon Smith!1 = !{!"empty.c", !"/a"}
12*be7ea19bSDuncan P. N. Exon Smith!2 = !{}
13*be7ea19bSDuncan P. N. Exon Smith!3 = !{i32 2, !"Dwarf Version", i32 4}
14*be7ea19bSDuncan P. N. Exon Smith!4 = !{i32 2, !"Debug Info Version", i32 1}
15*be7ea19bSDuncan P. N. Exon Smith!5 = !{!"clang version 3.6.0 "}
16