[libc] Re-enable wctob with fixes
authorMichael Jones <michaelrj@google.com>
Tue, 21 Mar 2023 18:12:05 +0000 (11:12 -0700)
committerMichael Jones <michaelrj@google.com>
Wed, 29 Mar 2023 19:49:29 +0000 (12:49 -0700)
commite0de24cb0d5512ae4c69def6b91ec345780f7882
tree6158ff562f2eaa5c25b810e1f523fa9e6260fd7f
parentcfd36aa5b7738363653c66fc2f6fcde32bc8f829
[libc] Re-enable wctob with fixes

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

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D146551
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/src/wchar/CMakeLists.txt