File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3432,10 +3432,10 @@ llvm::StringRef ObjectFileELF::GetReflectionSectionIdentifier(
3432
3432
3433
3433
bool ObjectFileELF::CanContainSwiftReflectionData (const Section §ion) {
3434
3434
#ifdef LLDB_ENABLE_SWIFT
3435
- swift::SwiftObjectFileFormatCOFF file_format;
3435
+ swift::SwiftObjectFileFormatELF file_format;
3436
3436
return file_format.sectionContainsReflectionData (
3437
3437
section.GetName ().GetStringRef ());
3438
3438
#else
3439
3439
llvm_unreachable (" Swift support disabled" );
3440
3440
#endif // LLDB_ENABLE_SWIFT
3441
- }
3441
+ }
Original file line number Diff line number Diff line change @@ -1225,4 +1225,4 @@ bool ObjectFilePECOFF::CanContainSwiftReflectionData(const Section §ion) {
1225
1225
#else
1226
1226
llvm_unreachable (" Swift support disabled" );
1227
1227
#endif // LLDB_ENABLE_SWIFT
1228
- }
1228
+ }
Original file line number Diff line number Diff line change @@ -730,4 +730,4 @@ bool ObjectFile::CanContainSwiftReflectionData(const Section §ion) {
730
730
assert (false &&
731
731
" Base class's CanContainSwiftReflectionData should not be called" );
732
732
return false ;
733
- }
733
+ }
You can’t perform that action at this time.
0 commit comments