Skip to content

Commit 6102bbe

Browse files
committed
Update a swiftlang local divergence on release/6.3.
1 parent be3dc16 commit 6102bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Symbol/ObjectFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ const char *
576576
ObjectFile::GetCStrFromSection(Section *section,
577577
lldb::offset_t section_offset) const {
578578
offset_t offset = section->GetOffset() + section_offset;
579-
return m_data.GetCStr(&offset);
579+
return m_data_nsp->GetCStr(&offset);
580580
}
581581

582582
bool ObjectFile::SplitArchivePathWithObject(llvm::StringRef path_with_object,

0 commit comments

Comments
 (0)