Skip to content

Commit abfa0ea

Browse files
rebase
1 parent 87dfd1e commit abfa0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MC/MCCASObjectV1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Expected<LoadedDebugLineSection>
580580
LoadedDebugLineSection::load(DebugLineSectionRef Section) {
581581

582582
StringRef Remaining = Section.getData();
583-
auto Refs = decodeReferences(Section, Remaining);
583+
auto Refs = MCObjectProxy::decodeReferences(Section, Remaining);
584584
if (!Refs)
585585
return Refs.takeError();
586586

0 commit comments

Comments
 (0)