This is an archive of the discontinued LLVM Phabricator instance.

[libc] Re-enable wctob with fixes
ClosedPublic

Authored by michaelrj on Mar 21 2023, 11:15 AM.

Details

Summary

The stdio test failures were due to headers potentially not being built
in the correct order. This should set up the dependencies correctly.

Diff Detail

Event Timeline

michaelrj created this revision.Mar 21 2023, 11:15 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 21 2023, 11:15 AM
michaelrj requested review of this revision.Mar 21 2023, 11:15 AM
sivachandra accepted this revision.Mar 24 2023, 10:32 AM
sivachandra added inline comments.
libc/include/CMakeLists.txt
187

This dep should be added to llvm-libc-types.cookie_io_functions_t also.

This revision is now accepted and ready to land.Mar 24 2023, 10:32 AM
michaelrj marked an inline comment as done.

add ssize_t dependency to cookie_io_functions_t

reorder type headers in cmake to fix "missing type ssize_t" error

This revision was automatically updated to reflect the committed changes.