2013-10-04 01:41:20 +08:00
|
|
|
; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
|
|
|
|
|
|
|
|
; Generated from:
|
|
|
|
|
|
|
|
; static int a __attribute__((section("a")));
|
|
|
|
|
|
|
|
; Check that the attributes in the compile unit both point to a correct
|
|
|
|
; location, even when nothing is exported.
|
2014-03-06 13:47:39 +08:00
|
|
|
; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true)
|
|
|
|
; CHECK-NOT: DW_AT_GNU_pubtypes [
|
2013-10-04 01:41:20 +08:00
|
|
|
|
|
|
|
!llvm.dbg.cu = !{!0}
|
2013-11-23 05:49:45 +08:00
|
|
|
!llvm.module.flags = !{!3, !4}
|
2013-10-04 01:41:20 +08:00
|
|
|
|
2014-10-04 04:01:09 +08:00
|
|
|
!0 = metadata !{metadata !"0x11\0012\00clang version 3.4 (trunk 191846) (llvm/trunk 191866)\000\00\000\00\000", metadata !1, metadata !2, metadata !2, metadata !2, metadata !2, metadata !2} ; [ DW_TAG_compile_unit ] [/usr/local/google/home/echristo/tmp/foo.c] [DW_LANG_C99]
|
2013-10-04 01:41:20 +08:00
|
|
|
!1 = metadata !{metadata !"foo.c", metadata !"/usr/local/google/home/echristo/tmp"}
|
2014-02-04 09:23:52 +08:00
|
|
|
!2 = metadata !{}
|
2013-10-04 01:41:20 +08:00
|
|
|
!3 = metadata !{i32 2, metadata !"Dwarf Version", i32 4}
|
2014-10-04 04:01:09 +08:00
|
|
|
!4 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
|