[libc] Fix assert.h and ctype.h not being built
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 16 Nov 2022 17:22:28 +0000 (11:22 -0600)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 16 Nov 2022 18:00:41 +0000 (12:00 -0600)
commitdabb7514f562a3b5b8b9f360b8ca1f52cc5b741b
tree0f859770d7cf95278c0db8502917771c9b160685
parentcf4f35b78871aecc21e663067c57e60595bd7197
[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
libc/config/linux/aarch64/headers.txt
libc/config/linux/x86_64/headers.txt
libc/include/CMakeLists.txt
libc/src/assert/CMakeLists.txt
libc/src/ctype/CMakeLists.txt