[llvm-branch-commits] [libc] a8b7c80 - Update libc/docs/configure.rst
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 29 04:45:18 PDT 2024
Author: Joseph Huber
Date: 2024-07-29T13:45:04+02:00
New Revision: a8b7c809ee20bc6e84f9b6280f30d7d2bcfd0a7c
URL: https://github.com/llvm/llvm-project/commit/a8b7c809ee20bc6e84f9b6280f30d7d2bcfd0a7c
DIFF: https://github.com/llvm/llvm-project/commit/a8b7c809ee20bc6e84f9b6280f30d7d2bcfd0a7c.diff
LOG: Update libc/docs/configure.rst
Added:
Modified:
libc/docs/configure.rst
Removed:
################################################################################
diff --git a/libc/docs/configure.rst b/libc/docs/configure.rst
index b81922367d8b7..5c55e4ab0f181 100644
--- a/libc/docs/configure.rst
+++ b/libc/docs/configure.rst
@@ -29,7 +29,7 @@ to learn about the defaults for your platform and target.
- ``LIBC_CONF_ENABLE_STRONG_STACK_PROTECTOR``: Enable -fstack-protector-strong to defend against stack smashing attack.
- ``LIBC_CONF_KEEP_FRAME_POINTER``: Keep frame pointer in functions for better debugging experience.
* **"errno" options**
- - ``LIBC_CONF_ERRNO_MODE``: The implementation used for errno, acceptable values are LIBC_ERRNO_MODE_DEFAULT, LIBC_ERRNO_MODE_UNDEFINED, LIBC_ERRNO_MODE_THREAD_LOCAL, LIBC_ERRNO_MODE_SHARED, LIBC_ERRNO_MODE_EXTERNAL, and LIBC_ERRNO_MODE_SYSTEM.
+ - ``LIBC_CONF_ERRNO_MODE``: The implementation used for errno, acceptable values are LIBC_ERRNO_MODE_UNDEFINED, LIBC_ERRNO_MODE_THREAD_LOCAL, LIBC_ERRNO_MODE_SHARED, LIBC_ERRNO_MODE_EXTERNAL, and LIBC_ERRNO_MODE_SYSTEM.
* **"malloc" options**
- ``LIBC_CONF_FREELIST_MALLOC_BUFFER_SIZE``: Default size for the constinit freelist buffer used for the freelist malloc implementation (default 1o 1GB).
* **"math" options**
More information about the llvm-branch-commits
mailing list