[PATCH] D150087: [Clang] Support more stdio builtins
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 7 22:36:49 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:102
// std libcall builtins are implemented.
static SmallDenseMap<unsigned, StringRef, 8> F128Builtins{
+ {Builtin::BI__builtin___fprintf_chk, "__fprintfieee128"},
----------------
The size should be increased I guess?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150087/new/
https://reviews.llvm.org/D150087
More information about the cfe-commits
mailing list