[libc-commits] [libc] 9e2b164 - [libc] temporarily disable wctob entrypoint
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Mar 20 17:42:05 PDT 2023
Author: Michael Jones
Date: 2023-03-20T17:42:00-07:00
New Revision: 9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0
URL: https://github.com/llvm/llvm-project/commit/9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0
DIFF: https://github.com/llvm/llvm-project/commit/9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0.diff
LOG: [libc] temporarily disable wctob entrypoint
Differential Revision: https://reviews.llvm.org/D146484
Added:
Modified:
libc/config/linux/x86_64/entrypoints.txt
Removed:
################################################################################
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
More information about the libc-commits
mailing list