This revision was automatically updated to reflect the committed changes.
qiucf marked an inline comment as done.
Closed by commit rGbaeb85b5a997: [Clang] Support more stdio builtins (authored
by qiucf).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D
tuliom accepted this revision.
tuliom added a comment.
This revision is now accepted and ready to land.
LGTM.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150087/new/
https://reviews.llvm.org/D150087
__
qiucf marked an inline comment as done.
qiucf added inline comments.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:109
+ {Builtin::BI__builtin___vsnprintf_chk, "__vsnprintfieee128"},
+ {Builtin::BI__builtin___vsprintf_chk, "__vsprintfieee128"},
+ {Builtin::BI__builti
qiucf updated this revision to Diff 523305.
qiucf marked an inline comment as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150087/new/
https://reviews.llvm.org/D150087
Files:
clang/include/clang/Basic/Builtins.def
clang/lib/CodeGen/CGBuil
tuliom requested changes to this revision.
tuliom added inline comments.
This revision now requires changes to proceed.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:109
+ {Builtin::BI__builtin___vsnprintf_chk, "__vsnprintfieee128"},
+ {Builtin::BI__builtin___vsprintf_chk
tbaeder added inline comments.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:102
// std libcall builtins are implemented.
static SmallDenseMap F128Builtins{
+ {Builtin::BI__builtin___fprintf_chk, "__fprintfieee128"},
The size should be increased I guess?
qiucf created this revision.
qiucf added reviewers: nemanjai, craig.topper, PowerPC, tuliom, tstellar.
Herald added a subscriber: kbarton.
Herald added a project: All.
qiucf requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add more builtins