This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Fix crash on invalid framework tbd
ClosedPublic

Authored by keith on Apr 22 2022, 9:43 AM.

Details

Reviewers
thakis
Group Reviewers
Restricted Project
Commits
rG2d8cf26d0870: [lld-macho] Fix crash on invalid framework tbd
Summary

Previously these would crash because file is null in the case there is
an invalid tbd file.

Diff Detail

Event Timeline

keith created this revision.Apr 22 2022, 9:43 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 22 2022, 9:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
keith requested review of this revision.Apr 22 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 9:43 AM
thakis accepted this revision.Apr 22 2022, 10:18 AM

Thanks! :)

This revision is now accepted and ready to land.Apr 22 2022, 10:18 AM
This revision was automatically updated to reflect the committed changes.