Revert "[lldb] Add cast to fix compile error on 32-bit platforms"
This reverts commitf6012a209d. Revert "[lldb] Add cast to fix compile error on 32-but platforms" This reverts commitd300337e93. Revert "[lldb] Improve log message to include missing strings" This reverts commit0be3348485. Revert "[lldb] Add comment" This reverts commite2bb47443d. Revert "[lldb] Implement a formatter bytecode interpreter in C++" This reverts commit9a9c1d4a61.
This commit is contained in:
@@ -1697,7 +1697,6 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
|
||||
.Case(".gosymtab", eSectionTypeGoSymtab)
|
||||
.Case(".text", eSectionTypeCode)
|
||||
.Case(".lldbsummaries", lldb::eSectionTypeLLDBTypeSummaries)
|
||||
.Case(".lldbformatters", lldb::eSectionTypeLLDBFormatters)
|
||||
.Case(".swift_ast", eSectionTypeSwiftModules)
|
||||
.Default(eSectionTypeOther);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user