This is an archive of the discontinued LLVM Phabricator instance.

Extend virtual file system with `isLocal` method.
ClosedPublic

Authored by JDevlieghere on Nov 5 2018, 4:38 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Nov 5 2018, 4:38 PM
kristina accepted this revision.Nov 7 2018, 3:25 PM

LGTM.

This revision is now accepted and ready to land.Nov 7 2018, 3:25 PM

Depending on isLocal usage, it can be worth implementing it for RedirectingFileSystem.

This revision was automatically updated to reflect the committed changes.