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