This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Fix assertion when stat fails in remove_directories
ClosedPublic

Authored by benlangmuir on Aug 12 2022, 10:23 AM.

Details

Summary

We were dereferencing an empty Optional if IgnoreErrors was true and the
stat failed.

rdar://60887887

Diff Detail

Event Timeline

benlangmuir created this revision.Aug 12 2022, 10:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 10:23 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
benlangmuir requested review of this revision.Aug 12 2022, 10:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 10:23 AM
akyrtzi accepted this revision.Aug 12 2022, 11:29 AM
This revision is now accepted and ready to land.Aug 12 2022, 11:29 AM