[all-commits] [llvm/llvm-project] 0e3c31: [llvm][clang] Use the VFS in `FileCollector` (#160...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Fri Sep 26 08:17:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e3c3165ea33043b8fa0457e535f50ca59312278
https://github.com/llvm/llvm-project/commit/0e3c3165ea33043b8fa0457e535f50ca59312278
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2025-09-26 (Fri, 26 Sep 2025)
Changed paths:
M clang/include/clang/Frontend/Utils.h
M clang/lib/Frontend/CompilerInstance.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
M llvm/include/llvm/Support/FileCollector.h
M llvm/lib/Support/FileCollector.cpp
M llvm/tools/dsymutil/Reproducer.cpp
M llvm/unittests/Support/FileCollectorTest.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list