[libc][obvious] fix missing type headers

forgot to add wint_t and wchar_t type headers to the wchar
headergen definition.

Differential Revision: https://reviews.llvm.org/D146472
This commit is contained in:
Michael Jones 2023-03-20 16:41:08 -07:00
parent 1bd8e87e1b
commit 07cdf4a10d

View File

@ -475,6 +475,9 @@ add_gen_header(
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)