[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
       
    Mon Nov 14 22:53:02 PST 2022
    
    
  
haowei updated this revision to Diff 475347.
haowei added a comment.
Unit test failures under Windows should be fixed now.
Root->name will also use base FS's current directory instead of process current directory now. Please take a 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.475347.patch
Type: text/x-patch
Size: 15318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221115/ed81334c/attachment.bin>
    
    
More information about the llvm-commits
mailing list