aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorJan Svoboda <jan_svoboda@apple.com>2025-10-22 10:15:12 -0700
committerGitHub <noreply@github.com>2025-10-22 10:15:12 -0700
commit866879f80342b857a8b911c804189c43ac4fc334 (patch)
tree610927898a88557e2ad83e8080e80175ecd7c35a /llvm/lib/Bitcode
parent47ea8543e26a823a0543bbdf2ff529ec432c09e2 (diff)
downloadllvm-866879f80342b857a8b911c804189c43ac4fc334.zip
llvm-866879f80342b857a8b911c804189c43ac4fc334.tar.gz
llvm-866879f80342b857a8b911c804189c43ac4fc334.tar.bz2
[clang] Don't silently inherit the VFS from `FileManager` (#164323)
Since https://github.com/llvm/llvm-project/pull/158381 the `CompilerInstance` is aware of the VFS and co-owns it. To reduce scope of that PR, the VFS was being inherited from the `FileManager` during `setFileManager()` if it wasn't configured before. However, the implementation of that setter was buggy. This PR fixes the bug, and moves us closer to the long-term goal of `CompilerInstance` requiring the VFS to be configured explicitly and owned by the instance.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions