From 9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Mon, 20 Mar 2023 17:41:07 -0700 Subject: [PATCH] [libc] temporarily disable wctob entrypoint Differential Revision: https://reviews.llvm.org/D146484 --- libc/config/linux/x86_64/entrypoints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt index 39b7e8c84eff..b3017338f826 100644 --- a/libc/config/linux/x86_64/entrypoints.txt +++ b/libc/config/linux/x86_64/entrypoints.txt @@ -195,7 +195,7 @@ set(TARGET_LIBC_ENTRYPOINTS libc.src.unistd.write # wchar.h entrypoints - libc.src.wchar.wctob + # libc.src.wchar.wctob ) set(TARGET_LIBM_ENTRYPOINTS