[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:42:15 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9e2b164570c3: [libc] temporarily disable wctob entrypoint (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146484/new/

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.506805.patch
Type: text/x-patch
Size: 370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230321/03c46ef4/attachment-0001.bin>


More information about the libc-commits mailing list