[libc] [llvm] [libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (PR #143187)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 14:43:58 PDT 2025
================
@@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_SHARED_FP_BITS_H
#define LLVM_LIBC_SHARED_FP_BITS_H
+#include "libc_common.h"
----------------
lntue wrote:
The other are GPU RPC headers. I'll let @jhuber6 decide whether he wants them to be included or not. Since those do not use `LIBC_NAMESPACE` macro at all.
https://github.com/llvm/llvm-project/pull/143187
More information about the llvm-commits
mailing list