This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Use VFS to perform all distribution checks
ClosedPublic

Authored by mgorny on Oct 15 2016, 12:45 AM.

Details

Summary

Use the VFS provided by D.getVFS() for all distribution checks,
including those performing read of the release file. Requested
by @bruno on D24954.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 74767.Oct 15 2016, 12:45 AM
mgorny retitled this revision from to [Driver] Use VFS to perform all distribution checks.
mgorny updated this object.
mgorny added reviewers: bruno, rafael, bkramer.
mgorny added subscribers: cfe-commits, bruno.
bruno accepted this revision.Oct 17 2016, 10:52 AM
bruno edited edge metadata.

Thanks! LGTM!

This revision is now accepted and ready to land.Oct 17 2016, 10:52 AM
This revision was automatically updated to reflect the committed changes.