This is an archive of the discontinued LLVM Phabricator instance.

Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.
ClosedPublic

Authored by sammccall on Feb 13 2019, 3:21 AM.

Details

Summary

This reverts commit r351091.
The original mac breakages are addressed by ensuring the root directory
we're working from is fully symlink-resolved before starting.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Feb 13 2019, 3:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2019, 3:21 AM
sammccall updated this revision to Diff 186621.Feb 13 2019, 3:29 AM

Fix silliness in test helper: only canonicalize unique dir names, don't clobber input.

This revision is now accepted and ready to land.Feb 13 2019, 10:08 AM
This revision was automatically updated to reflect the committed changes.