summaryrefslogtreecommitdiff
path: root/libc/config
diff options
context:
space:
mode:
authorMichael Jones <michaelrj@google.com>2023-03-20 17:41:07 -0700
committerMichael Jones <michaelrj@google.com>2023-03-20 17:42:00 -0700
commit9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0 (patch)
tree5bd22780d5d11a35191042d85f9add60f1bceaac /libc/config
parent3d9e646c7c9f5552f4476306c8e712e3a5711fd0 (diff)
downloadllvm-9e2b164570c3d30eaf9b4bfe6009be0c1a2b1ef0.tar.gz
[libc] temporarily disable wctob entrypoint
Differential Revision: https://reviews.llvm.org/D146484
Diffstat (limited to 'libc/config')
-rw-r--r--libc/config/linux/x86_64/entrypoints.txt2
1 files changed, 1 insertions, 1 deletions
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