[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:
parent
1bd8e87e1b
commit
07cdf4a10d
|
@ -475,6 +475,9 @@ add_gen_header(
|
||||||
DEPENDS
|
DEPENDS
|
||||||
.llvm_libc_common_h
|
.llvm_libc_common_h
|
||||||
.llvm-libc-macros.wchar_macros
|
.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)
|
if(NOT LLVM_LIBC_FULL_BUILD)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user