[libc] temporarily disable wctob entrypoint

Differential Revision: https://reviews.llvm.org/D146484
This commit is contained in:
Michael Jones 2023-03-20 17:41:07 -07:00
parent 3d9e646c7c
commit 9e2b164570

View File

@ -195,7 +195,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.unistd.write libc.src.unistd.write
# wchar.h entrypoints # wchar.h entrypoints
libc.src.wchar.wctob # libc.src.wchar.wctob
) )
set(TARGET_LIBM_ENTRYPOINTS set(TARGET_LIBM_ENTRYPOINTS