[all-commits] [llvm/llvm-project] 0fc972: [llvm] Use the underlying VFS when constructing `R...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Mon Sep 29 10:01:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fc972d242f732766b2dc0590d9f241f47427578
      https://github.com/llvm/llvm-project/commit/0fc972d242f732766b2dc0590d9f241f47427578
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/unittests/Support/VirtualFileSystemTest.cpp

  Log Message:
  -----------
  [llvm] Use the underlying VFS when constructing `RedirectingFileSystem` (#160942)

When the root node of the `RedirectingFileSystem` is to be resolved to
the current working directory, we previously consulted the real FS
instead of the provided underlying VFS. This PR fixes that issue.



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