[libc-commits] [PATCH] D145179: [libc] Make errno an entrypoint.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 2 12:45:09 PST 2023


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

The entrypoint has been added to the various entrypoint lists. The libc
code style doc has been updated with information on how errno should be
set from the libc runtime code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145179

Files:
  libc/cmake/modules/LLVMLibCLibraryRules.cmake
  libc/config/baremetal/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/docs/dev/code_style.rst
  libc/src/errno/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145179.501952.patch
Type: text/x-patch
Size: 5866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230302/a683ee2f/attachment.bin>


More information about the libc-commits mailing list