xref: /aosp_15_r20/external/llvm/test/DebugInfo/X86/gnu-public-names-empty.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; Generated from:
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker; static int a __attribute__((section("a")));
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker; Check that the attributes in the compile unit both point to a correct
8*9880d681SAndroid Build Coastguard Worker; location, even when nothing is exported.
9*9880d681SAndroid Build Coastguard Worker; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present]   (true)
10*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: DW_AT_GNU_pubtypes [
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Worker!llvm.dbg.cu = !{!0}
13*9880d681SAndroid Build Coastguard Worker!llvm.module.flags = !{!3, !4}
14*9880d681SAndroid Build Coastguard Worker
15*9880d681SAndroid Build Coastguard Worker!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: !2, globals: !2, imports: !2)
16*9880d681SAndroid Build Coastguard Worker!1 = !DIFile(filename: "foo.c", directory: "/usr/local/google/home/echristo/tmp")
17*9880d681SAndroid Build Coastguard Worker!2 = !{}
18*9880d681SAndroid Build Coastguard Worker!3 = !{i32 2, !"Dwarf Version", i32 4}
19*9880d681SAndroid Build Coastguard Worker!4 = !{i32 1, !"Debug Info Version", i32 3}
20