Jan Svoboda 0e3c3165ea
[llvm][clang] Use the VFS in FileCollector (#160788)
This PR changes `llvm::FileCollector` to use the `llvm::vfs::FileSystem`
API for making file paths absolute instead of using
`llvm::sys::fs::make_absolute()` directly. This matches the behavior of
the compiler on most other input files.
2025-09-26 08:17:31 -07:00
..