[libc-commits] [PATCH] D138076: [libc] add scanf entrypoints
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Nov 17 15:37:56 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG36991d8342ca: [libc] add scanf entrypoints (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138076/new/
https://reviews.llvm.org/D138076
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fscanf.cpp
libc/src/stdio/fscanf.h
libc/src/stdio/scanf.cpp
libc/src/stdio/scanf.h
libc/src/stdio/scanf_core/CMakeLists.txt
libc/src/stdio/scanf_core/vfscanf_internal.cpp
libc/src/stdio/scanf_core/vfscanf_internal.h
libc/src/stdio/sscanf.cpp
libc/src/stdio/sscanf.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fscanf_test.cpp
libc/test/src/stdio/sscanf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138076.476252.patch
Type: text/x-patch
Size: 16691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221117/260bde6b/attachment-0001.bin>
More information about the libc-commits
mailing list