Home | History | Annotate | Download | only in PowerPC
      1 ; RUN: llc -filetype=obj -O0 < %s -mtriple powerpc64-unknown-linux | \
      2 ; RUN:    llvm-dwarfdump - 2>&1 | FileCheck %s
      3 ; RUN: llc -filetype=obj -O0 < %s -mtriple powerpc-unknown-linux | \
      4 ; RUN:    llvm-dwarfdump - 2>&1 | FileCheck %s
      5 
      6 ; CHECK-NOT: failed to compute relocation
      7 
      8 !llvm.dbg.cu = !{!0}
      9 !llvm.module.flags = !{!3, !4}
     10 !llvm.ident = !{!5}
     11 
     12 !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 !1 = !{!"empty.c", !"/a"}
     14 !2 = !{}
     15 !3 = !{i32 2, !"Dwarf Version", i32 4}
     16 !4 = !{i32 2, !"Debug Info Version", i32 1}
     17 !5 = !{!"clang version 3.6.0 "}
     18