[libc-commits] [PATCH] D126329: [libc] Add global stdout and stderr objects.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 24 17:10:00 PDT 2022
lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/utils/HdrGen/PublicAPICommand.cpp:119
+ // Make another pass over entrypoints to emit object declarations.
+ for (auto &Name : EntrypointNameList) {
+ if (G.ObjectSpecMap.find(Name) == G.ObjectSpecMap.end())
----------------
const auto &Name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126329/new/
https://reviews.llvm.org/D126329
More information about the libc-commits
mailing list