mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
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:
@@ -365,6 +365,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) {
|
||||
case eSectionTypeDWARFDebugStrOffsets:
|
||||
case eSectionTypeDWARFDebugStrOffsetsDwo:
|
||||
case eSectionTypeDWARFDebugTypes:
|
||||
case eSectionTypeDWARFDebugTypesDwo:
|
||||
case eSectionTypeDWARFAppleNames:
|
||||
case eSectionTypeDWARFAppleTypes:
|
||||
case eSectionTypeDWARFAppleNamespaces:
|
||||
|
||||
Reference in New Issue
Block a user