[libc-commits] [clang] [libc] [llvm] [clang] Make __builtin_expf constexpr. (PR #140841)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Tue May 20 23:06:33 PDT 2025


================
@@ -117,7 +117,7 @@ followed:
    `ErrorOr <https://github.com/llvm/llvm-project/blob/main/libc/src/__support/error_or.h>`_
    to return error values.
 
-#. The header file ``src/errno/libc_errno.h`` is shipped as part of the target
+#. The header file ``src/__support/libc_errno.h`` is shipped as part of the target
----------------
vonosmas wrote:

Should this bullet point be revisited? I think that if we're using system errno, targets no longer need to depend on errno. For full-build, conversely, system errno shouldn't be feasible?

https://github.com/llvm/llvm-project/pull/140841


More information about the libc-commits mailing list