[all-commits] [llvm/llvm-project] f0cf54: Revert "[VFS] Use original path when falling back ...
Keith Smiley via All-commits
all-commits at lists.llvm.org
Sat Nov 13 10:12:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0cf544d6f6fe6cbca4c07772998272d6bb433d8
https://github.com/llvm/llvm-project/commit/f0cf544d6f6fe6cbca4c07772998272d6bb433d8
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2021-11-13 (Sat, 13 Nov 2021)
Changed paths:
R clang/test/VFS/relative-path-errors.c
M llvm/include/llvm/Support/VirtualFileSystem.h
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
Revert "[VFS] Use original path when falling back to external FS"
```
/work/omp-vega20-0/openmp-offload-amdgpu-runtime/llvm.src/llvm/lib/Support/VirtualFileSystem.cpp: In static member function 'static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File> > llvm::vfs::File::getWithPath(llvm::ErrorOr<std::unique_ptr<llvm::vfs::File> >, const llvm::Twine&)':
/work/omp-vega20-0/openmp-offload-amdgpu-runtime/llvm.src/llvm/lib/Support/VirtualFileSystem.cpp:2084:10: error: could not convert 'F' from 'std::unique_ptr<llvm::vfs::File>' to 'llvm::ErrorOr<std::unique_ptr<llvm::vfs::File> >'
return F;
^
```
This reverts commit c972175649f4bb50d40d911659a04d5620ce6fe0.
More information about the All-commits
mailing list