[PATCH] D117730: [DNM][VFS] Do not overwrite the path when nesting RedirectingFileSystems
Ben Barham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 16:05:27 PST 2022
bnbarham abandoned this revision.
bnbarham added a comment.
Herald added a project: All.
Rather than trying to fix nested RedirectingFileSystems, I've instead put up a bunch of patches to simplify RedirectingFileSystem. This does mean we can't "chain" remappings any more, but that seems like a good change to me. See:
https://reviews.llvm.org/D121421
https://reviews.llvm.org/D121423
https://reviews.llvm.org/D121424
https://reviews.llvm.org/D121425
https://reviews.llvm.org/D121426
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117730/new/
https://reviews.llvm.org/D117730
More information about the llvm-commits
mailing list