[libc-commits] [libc] [libc] Fix char8_t public and proxy headers. (PR #220352)
via libc-commits
libc-commits at lists.llvm.org
Tue Sep 1 12:58:27 PDT 2026
================
@@ -9,6 +9,25 @@
#ifndef LLVM_LIBC_HDR_TYPES_CHAR8_T_H
#define LLVM_LIBC_HDR_TYPES_CHAR8_T_H
+#ifdef LIBC_FULL_BUILD
+
+#include "include/llvm-libc-types/char8_t.h"
+
+#else // Overlay mode
+
+// MacOS doesn't provide uchar.h so we use the types provided by LLVM-libc.
----------------
lntue wrote:
probably not.
https://github.com/llvm/llvm-project/pull/220352
More information about the libc-commits
mailing list