This is an archive of the discontinued LLVM Phabricator instance.

[DWARFVerifier] Fix getNames return type mismatch
ClosedPublic

Authored by fdeazeve on Aug 14 2023, 8:00 AM.

Details

Summary

D155723 changed the return type of getNames to a SmallVector of a different
size. However, it failed to also update the declaration of the variable that is
returned in such function.

Diff Detail

Event Timeline

fdeazeve created this revision.Aug 14 2023, 8:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 8:00 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.Aug 14 2023, 8:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 8:00 AM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 14 2023, 8:01 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.