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:
@@ -1011,7 +1011,6 @@ SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name,
|
||||
.Cases(".eh_frame", ".eh_fram", eSectionTypeEHFrame)
|
||||
.Case(".gosymtab", eSectionTypeGoSymtab)
|
||||
.Case(".lldbsummaries", lldb::eSectionTypeLLDBTypeSummaries)
|
||||
.Case(".lldbformatters", lldb::eSectionTypeLLDBFormatters)
|
||||
.Case("swiftast", eSectionTypeSwiftModules)
|
||||
.Default(eSectionTypeInvalid);
|
||||
if (section_type != eSectionTypeInvalid)
|
||||
|
||||
Reference in New Issue
Block a user