Recognise debug_types.dwo as a debug info section
This is a preparatory patch to allow reading type units from dwo files. llvm-svn: 363146
This commit is contained in:
@@ -1705,6 +1705,7 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
|
||||
.Case(".debug_str_offsets", eSectionTypeDWARFDebugStrOffsets)
|
||||
.Case(".debug_str_offsets.dwo", eSectionTypeDWARFDebugStrOffsetsDwo)
|
||||
.Case(".debug_types", eSectionTypeDWARFDebugTypes)
|
||||
.Case(".debug_types.dwo", eSectionTypeDWARFDebugTypesDwo)
|
||||
.Case(".eh_frame", eSectionTypeEHFrame)
|
||||
.Case(".gnu_debugaltlink", eSectionTypeDWARFGNUDebugAltLink)
|
||||
.Case(".gosymtab", eSectionTypeGoSymtab)
|
||||
|
||||
Reference in New Issue
Block a user