[libc-commits] [PATCH] D135351: [libc] Add POSIX execv and execve functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 6 12:50:35 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f965818b6a9: [libc] Add POSIX execv and execve functions. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135351/new/

https://reviews.llvm.org/D135351

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/__exec_argv_t.h
  libc/include/llvm-libc-types/__exec_envp_t.h
  libc/loader/linux/aarch64/start.cpp
  libc/loader/linux/x86_64/CMakeLists.txt
  libc/loader/linux/x86_64/start.cpp
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/environ.cpp
  libc/src/unistd/environ.h
  libc/src/unistd/execv.h
  libc/src/unistd/execve.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/execv.cpp
  libc/src/unistd/linux/execve.cpp
  libc/test/integration/src/unistd/CMakeLists.txt
  libc/test/integration/src/unistd/execv_test.cpp
  libc/test/integration/src/unistd/execv_test_normal_exit.cpp
  libc/test/integration/src/unistd/execv_test_signal_exit.cpp
  libc/test/integration/src/unistd/execve_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135351.465836.patch
Type: text/x-patch
Size: 21429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221006/8e2f693b/attachment-0001.bin>


More information about the libc-commits mailing list