This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix assert.h and ctype.h not being built
ClosedPublic

Authored by jhuber6 on Nov 16 2022, 9:30 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jhuber6 created this revision.Nov 16 2022, 9:30 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 16 2022, 9:30 AM
jhuber6 requested review of this revision.Nov 16 2022, 9:30 AM
sivachandra accepted this revision.Nov 16 2022, 9:41 AM
This revision is now accepted and ready to land.Nov 16 2022, 9:41 AM
This revision was automatically updated to reflect the committed changes.