1; RUN: llc -mtriple=x86_64-pc-linux-gnu -filetype=obj < %s | llvm-dwarfdump -v - | FileCheck %s 2 3; Generated from: 4 5; static int a __attribute__((section("a"))); 6 7; Check that the attributes in the compile unit both point to a correct 8; location, even when nothing is exported. 9; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true) 10; CHECK-NOT: DW_AT_GNU_pubtypes [ 11 12; CHECK: .debug_gnu_pubnames contents: 13; CHECK-NEXT: length = 0x0000000e 14; CHECK-NEXT: Offset 15; CHECK-NEXT: {{^$}} 16 17!llvm.dbg.cu = !{!0} 18!llvm.module.flags = !{!3, !4} 19 20!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 191846) (llvm/trunk 191866)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !5, globals: !2, imports: !2, nameTableKind: GNU) 21!1 = !DIFile(filename: "foo.c", directory: "/usr/local/google/home/echristo/tmp") 22!2 = !{} 23!3 = !{i32 2, !"Dwarf Version", i32 4} 24!4 = !{i32 1, !"Debug Info Version", i32 3} 25!5 = !{!6} 26!6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed) 27