[all-commits] [llvm/llvm-project] 8dfaec: [CGDebugInfo] Access the current working directory...

Argyrios Kyrtzidis via All-commits all-commits at lists.llvm.org
Tue Jul 26 13:48:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dfaecc4c24494337933aff9d9166486ca0949f1
      https://github.com/llvm/llvm-project/commit/8dfaecc4c24494337933aff9d9166486ca0949f1
  Author: Argyrios Kyrtzidis <kyrtzidis at apple.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M clang/include/clang/CodeGen/ModuleBuilder.h
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/unittests/CodeGen/TestCompiler.h
    M clang/unittests/Frontend/CodeGenActionTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list