Joseph Huber dabb7514f5 [libc] Fix assert.h and ctype.h not being built
The `assert.h` and `ctype.h` headers are never built despite their
entrypoints being present in the generated library. This patch adds a
dependency on these headers so that they will be built properly.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D138142
2022-11-16 12:00:41 -06:00

19 lines
414 B
Plaintext

set(TARGET_PUBLIC_HEADERS
libc.include.assert
libc.include.ctype
libc.include.errno
libc.include.fenv
libc.include.inttypes
libc.include.math
libc.include.pthread
libc.include.signal
libc.include.stdio
libc.include.stdlib
libc.include.string
libc.include.sys_mman
libc.include.sys_syscall
libc.include.threads
libc.include.time
libc.include.unistd
)