[libc-commits] [PATCH] D126329: [libc] Add global stdout and stderr objects.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 24 14:12:45 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, arphaman, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
They are added as entrypoint object targets. The header-gen
infrastructure has been extended to enable handling standard required
global objects. The libc-api-test has also been extended to verify the
global object declarations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126329
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/config/public_api.td
libc/spec/spec.td
libc/spec/stdc.td
libc/src/__support/File/file.h
libc/src/__support/File/linux_file.cpp
libc/src/stdio/CMakeLists.txt
libc/src/stdio/stderr.cpp
libc/src/stdio/stderr.h
libc/src/stdio/stdout.cpp
libc/src/stdio/stdout.h
libc/test/src/CMakeLists.txt
libc/test/src/__support/File/platform_file_test.cpp
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
libc/utils/HdrGen/PublicAPICommand.cpp
libc/utils/LibcTableGenUtil/APIIndexer.cpp
libc/utils/LibcTableGenUtil/APIIndexer.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126329.431790.patch
Type: text/x-patch
Size: 11755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220524/f1bb0fc3/attachment.bin>
More information about the libc-commits
mailing list