[PATCH] D130443: [CGDebugInfo] Access the current working directory from the `VFS`
Argyrios Kyrtzidis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 24 11:04:37 PDT 2022
akyrtzi created this revision.
Herald added a project: All.
akyrtzi requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
...instead of calling `llvm::sys::fs::current_path()` directly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130443
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130443.447147.patch
Type: text/x-patch
Size: 17136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220724/36756007/attachment-0001.bin>
More information about the cfe-commits
mailing list