[libc-commits] [PATCH] D146472: [libc][obvious] fix missing type headers
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Mar 20 16:42:24 PDT 2023
michaelrj created this revision.
Herald added subscribers: libc-commits, mikhail.ramalho, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
forgot to add wint_t and wchar_t type headers to the wchar
headergen definition.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146472
Files:
libc/include/CMakeLists.txt
Index: libc/include/CMakeLists.txt
===================================================================
--- libc/include/CMakeLists.txt
+++ libc/include/CMakeLists.txt
@@ -475,6 +475,9 @@
DEPENDS
.llvm_libc_common_h
.llvm-libc-macros.wchar_macros
+ .llvm-libc-types.size_t
+ .llvm-libc-types.wint_t
+ .llvm-libc-types.wchar_t
)
if(NOT LLVM_LIBC_FULL_BUILD)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146472.506774.patch
Type: text/x-patch
Size: 382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230320/d9a1fcaa/attachment.bin>
More information about the libc-commits
mailing list