This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Respect working directory on construction
ClosedPublic

Authored by jansvoboda11 on Sep 30 2022, 11:06 AM.

Details

Summary

This patch provides FileManager with the CWD on construction in the worker, rather than later in the action.

Depends on D134976.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Sep 30 2022, 11:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 11:06 AM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Sep 30 2022, 11:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 11:06 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Sep 30 2022, 11:10 AM
This revision is now accepted and ready to land.Sep 30 2022, 11:10 AM

Always check input exists.