[libc-commits] [PATCH] D135752: [libc] Add a simple implementation of the posix_spawn function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 12 12:22:13 PDT 2022


sivachandra updated this revision to Diff 467228.
sivachandra added a comment.

Add a TODO about using a separate and small stack after forking.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135752

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  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/posix_spawnattr_t.h
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/spawn/CMakeLists.txt
  libc/src/spawn/linux/CMakeLists.txt
  libc/src/spawn/linux/posix_spawn.cpp
  libc/src/spawn/posix_spawn.h
  libc/test/integration/src/CMakeLists.txt
  libc/test/integration/src/spawn/CMakeLists.txt
  libc/test/integration/src/spawn/posix_spawn_test.cpp
  libc/test/integration/src/spawn/posix_spawn_test_binary.cpp
  libc/test/integration/src/spawn/test_binary_properties.h
  libc/test/integration/src/spawn/testdata/CMakeLists.txt
  libc/utils/IntegrationTest/CMakeLists.txt
  libc/utils/IntegrationTest/test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135752.467228.patch
Type: text/x-patch
Size: 19511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221012/46984d39/attachment-0001.bin>


More information about the libc-commits mailing list