aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/stdout.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-27[libc] Add global stdout and stderr objects.Siva Chandra Reddy1-0/+9
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. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D126329