[all-commits] [llvm/llvm-project] 8b0e84: [libc] Add implementation of the POSIX getcwd func...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Oct 14 09:21:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b0e84a6f6be46b3b9002df161d398e403d184f6
      https://github.com/llvm/llvm-project/commit/8b0e84a6f6be46b3b9002df161d398e403d184f6
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/posix.td
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strdup.cpp
    M libc/src/string/string_utils.h
    M libc/src/unistd/CMakeLists.txt
    A libc/src/unistd/getcwd.h
    M libc/src/unistd/linux/CMakeLists.txt
    A libc/src/unistd/linux/getcwd.cpp
    M libc/test/integration/src/unistd/CMakeLists.txt
    A libc/test/integration/src/unistd/getcwd_test.cpp

  Log Message:
  -----------
  [libc] Add implementation of the POSIX getcwd function.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D135905




More information about the All-commits mailing list