blob: 5002ac63485e3fdc588c9098c21b5223f96e89b3 [file] [log] [blame]
Eric Christopher7924e0c2014-03-12 17:14:43 +00001; RUN: llc -split-dwarf=Enable -O0 %s -mtriple=x86_64-unknown-linux-gnu -filetype=obj -o %t
Eric Christopherd29614f2013-08-13 01:21:55 +00002; RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s
3
4; The source is an empty file.
5
David Blaikie63bb3e12013-10-21 16:37:22 +00006; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x0c1e629c9e5ada4f)
7; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x0c1e629c9e5ada4f)
Eric Christopherd29614f2013-08-13 01:21:55 +00008
9!llvm.dbg.cu = !{!0}
Manman Ren409558f2013-11-22 21:49:45 +000010!llvm.module.flags = !{!3, !4}
Eric Christopherd29614f2013-08-13 01:21:55 +000011
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000012!0 = !{!"0x11\0012\00clang version 3.4 (trunk 188230) (llvm/trunk 188234)\000\00\000\00foo.dwo\000", !1, !2, !2, !2, !2, !2} ; [ DW_TAG_compile_unit ] [/usr/local/google/home/echristo/tmp/foo.c] [DW_LANG_C99]
13!1 = !{!"foo.c", !"/usr/local/google/home/echristo/tmp"}
14!2 = !{}
15!3 = !{i32 2, !"Dwarf Version", i32 3}
16!4 = !{i32 1, !"Debug Info Version", i32 2}