[libc] [llvm] [libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (PR #143187)
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 14:17:14 PDT 2025
================
@@ -0,0 +1,20 @@
+//===-- Common defines for sharing LLVM libc with LLVM projects -*- C++ -*-===//
----------------
vonosmas wrote:
If this header is retained, you'd need to include it in `libcxx_shared_headers` in Bazel build.
https://github.com/llvm/llvm-project/pull/143187
More information about the llvm-commits
mailing list