Skip to content

Commit

Permalink
[libc][obvious] fix missing type headers
Browse files Browse the repository at this point in the history
forgot to add wint_t and wchar_t type headers to the wchar
headergen definition.

Differential Revision: https://reviews.llvm.org/D146472
  • Loading branch information
michaelrj-google committed Mar 20, 2023
1 parent 1bd8e87 commit 07cdf4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc/include/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 07cdf4a

Please sign in to comment.