[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:43:25 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG07cdf4a10d78: [libc][obvious] fix missing type headers (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146472/new/
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.506776.patch
Type: text/x-patch
Size: 382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230320/00879c39/attachment.bin>
More information about the libc-commits
mailing list