[PATCH] D137473: [vfs] Allow root paths relative to the directory of the vfsoverlay YAML file
    Haowei Wu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 15 14:17:24 PST 2022
    
    
  
haowei updated this revision to Diff 475574.
haowei added a comment.
I have to revert back to use process cwd instead of base fs cwd. There are a few tests relied the behavior of using process cwd that I need to take a closer look.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137473/new/
https://reviews.llvm.org/D137473
Files:
  clang/test/VFS/Inputs/root-relative-overlay.yaml
  clang/test/VFS/relative-path.c
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp
  llvm/unittests/Support/VirtualFileSystemTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137473.475574.patch
Type: text/x-patch
Size: 15147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221115/6b8d26a3/attachment.bin>
    
    
More information about the llvm-commits
mailing list