[PATCH] D74488: [VFS] Fix vfsoverlay assertion due to RedirectingFileSystem path handling.

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 09:49:10 PST 2020


amccarth added a comment.

I got approach #2 working Friday night.  See:  https://reviews.llvm.org/D74777

I feel this approach is more general and may head off other problems we haven't yet spotted.

If you are OK with it, perhaps you could splice my patch into here with your tests (or vice versa).  I could do it as well, but I may not get to it for a few days, so feel free to combine them yourself if you want to land it sooner.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74488/new/

https://reviews.llvm.org/D74488





More information about the llvm-commits mailing list