diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-09-30 23:14:16 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-09-30 23:14:16 +0000 |
| commit | 39eebfada6dbadd233387aa32b6ee439e9c6f1e1 (patch) | |
| tree | 40b0bc8320de0fcd3f65173867b2707a14748194 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 73435afda7b5681ce522ff1ef806bb43e93056de (diff) | |
| download | bcm5719-llvm-39eebfada6dbadd233387aa32b6ee439e9c6f1e1.tar.gz bcm5719-llvm-39eebfada6dbadd233387aa32b6ee439e9c6f1e1.zip | |
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
SEC_OFFSET from the beginning of the section so go ahead and emit
a label at the beginning of each one.
llvm-svn: 191710
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index e774c653945..144635ef6a8 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -411,6 +411,7 @@ class DwarfDebug { MCSymbol *DwarfDebugLocSectionSym, *DwarfLineSectionSym, *DwarfAddrSectionSym; MCSymbol *FunctionBeginSym, *FunctionEndSym; MCSymbol *DwarfAbbrevDWOSectionSym, *DwarfStrDWOSectionSym; + MCSymbol *DwarfGnuPubNamesSectionSym, *DwarfGnuPubTypesSectionSym; // As an optimization, there is no need to emit an entry in the directory // table for the same directory as DW_AT_comp_dir. |

