We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dfd1e commit abfa0eaCopy full SHA for abfa0ea
llvm/lib/MC/MCCASObjectV1.cpp
@@ -580,7 +580,7 @@ Expected<LoadedDebugLineSection>
580
LoadedDebugLineSection::load(DebugLineSectionRef Section) {
581
582
StringRef Remaining = Section.getData();
583
- auto Refs = decodeReferences(Section, Remaining);
+ auto Refs = MCObjectProxy::decodeReferences(Section, Remaining);
584
if (!Refs)
585
return Refs.takeError();
586
0 commit comments