[libc-commits] [PATCH] D146484: [libc] temporarily disable wctob entrypoint

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 20 17:41:50 PDT 2023


michaelrj created this revision.
Herald added subscribers: libc-commits, mikhail.ramalho, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146484

Files:
  libc/config/linux/x86_64/entrypoints.txt


Index: libc/config/linux/x86_64/entrypoints.txt
===================================================================
--- libc/config/linux/x86_64/entrypoints.txt
+++ libc/config/linux/x86_64/entrypoints.txt
@@ -195,7 +195,7 @@
     libc.src.unistd.write
 
     # wchar.h entrypoints
-    libc.src.wchar.wctob
+    # libc.src.wchar.wctob
 )
 
 set(TARGET_LIBM_ENTRYPOINTS


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146484.506804.patch
Type: text/x-patch
Size: 370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230321/6ff4b8a8/attachment.bin>


More information about the libc-commits mailing list