This patch removes the ability to instantiate the LLDB FileSystem class based on a VFS overlay. This also removes the "hack" where we cast the VFS to a RedirectingFileSystem to obtain the external path. You can still instantiate a FileSystem with a VFS, but with the caveat that operations that rely on the external path won't work.
Details
Details
Summary
Diff Detail
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Mar 3 2022, 11:00 AM
Closed by commit rG59eb70527741: [lldb] Remove FileSystem::Initialize from VFS mapping (authored by JDevlieghere). · Explain WhyMar 3 2022, 11:02 AM
This revision was automatically updated to reflect the committed changes.