[CGDebugInfo] Access the current working directory from the `VFS`
authorArgyrios Kyrtzidis <kyrtzidis@apple.com>
Sat, 23 Jul 2022 07:11:44 +0000 (00:11 -0700)
committerArgyrios Kyrtzidis <kyrtzidis@apple.com>
Tue, 26 Jul 2022 20:48:39 +0000 (13:48 -0700)
commit8dfaecc4c24494337933aff9d9166486ca0949f1
tree49d5a2db87bc471fdd6c2831e5cfd686287b815a
parent0734c02b34e49568d278dce7ca4b818fc465853d
[CGDebugInfo] Access the current working directory from the `VFS`

...instead of calling `llvm::sys::fs::current_path()` directly.

Differential Revision: https://reviews.llvm.org/D130443
clang/include/clang/CodeGen/ModuleBuilder.h
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ModuleBuilder.cpp
clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
clang/tools/clang-import-test/clang-import-test.cpp
clang/unittests/CodeGen/TestCompiler.h
clang/unittests/Frontend/CodeGenActionTest.cpp