Add support for type summaries embedded into the binary. These embedded summaries will typically be generated by Swift macros, but can also be generated by any other means. rdar://115184658
This commit is contained in:
@@ -1696,6 +1696,7 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
|
||||
.Case(".gnu_debugaltlink", eSectionTypeDWARFGNUDebugAltLink)
|
||||
.Case(".gosymtab", eSectionTypeGoSymtab)
|
||||
.Case(".text", eSectionTypeCode)
|
||||
.Case(".lldbsummaries", lldb::eSectionTypeLLDBTypeSummaries)
|
||||
.Case(".swift_ast", eSectionTypeSwiftModules)
|
||||
.Default(eSectionTypeOther);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user