summaryrefslogtreecommitdiff
path: root/libc/include/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/CMakeLists.txt')
-rw-r--r--libc/include/CMakeLists.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index 55268d19529c..73213826ad60 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -69,7 +69,6 @@ add_header_macro(
../libc/include/dlfcn.yaml
dlfcn.h
DEPENDS
- .llvm-libc-macros.dlfcn_macros
.llvm_libc_common_h
)
@@ -721,6 +720,15 @@ add_header_macro(
)
add_header_macro(
+ wctype
+ ../libc/include/wctype.yaml
+ wctype.h
+ DEPENDS
+ .llvm_libc_common_h
+ .llvm-libc-types.wint_t
+)
+
+add_header_macro(
locale
../libc/include/locale.yaml
locale.h