This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Don't cache stat failures for .framework directories
Needs ReviewPublic

Authored by jansvoboda11 on Mar 27 2023, 2:21 PM.

Details

Reviewers
Bigcheese
Summary

The .framework directory might be created during the course of the build. Some scanning worker finding out it
doesn't exist yet at the start shouldn't make it impossible for subsequent workers to see it when it evetually gets
created.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Mar 27 2023, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 2:21 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Mar 27 2023, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 2:21 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript