summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-30 23:14:16 +0000
committerEric Christopher <echristo@gmail.com>2013-09-30 23:14:16 +0000
commita6d841561b1b7e3f32e1f77e35982d8cfd0f515e (patch)
tree66842c03771c9c275c9f732480c18919ccf9068f /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent188f96c1116a8cb45e8d33222ce06e99ca848854 (diff)
downloadllvm-a6d841561b1b7e3f32e1f77e35982d8cfd0f515e.tar.gz
llvm-a6d841561b1b7e3f32e1f77e35982d8cfd0f515e.tar.bz2
llvm-a6d841561b1b7e3f32e1f77e35982d8cfd0f515e.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index e774c65394..144635ef6a 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/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.