mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
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