aboutsummaryrefslogtreecommitdiff
path: root/libc/include
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-08-22 13:34:48 -0500
committerJoseph Huber <huberjn@outlook.com>2024-08-22 13:51:54 -0500
commit856dadb33c38f4e3be592f11c3d67e7337e288c7 (patch)
treecf82cad1a3804dc16e06f18ace944056773970c6 /libc/include
parenta7c8f41f2bec74b7dcd84932136bea801723de04 (diff)
downloadllvm-856dadb33c38f4e3be592f11c3d67e7337e288c7.zip
llvm-856dadb33c38f4e3be592f11c3d67e7337e288c7.tar.gz
llvm-856dadb33c38f4e3be592f11c3d67e7337e288c7.tar.bz2
[libc] Add `ctype.h` locale variants (#102711)
Summary: This patch adds all the libc ctype variants. These ignore the locale ingormation completely, so they're pretty much just stubs. Because these use locale information, which is system scope, we do not enable building them outisde of full build mode.
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index 8e00c9f..910f9ee 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -45,6 +45,7 @@ add_header_macro(
ctype.h
DEPENDS
.llvm_libc_common_h
+ .llvm-libc-types.locale_t
)
add_header_macro(