Add more builtins for stdio functions as in GCC ( https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html ), along with their mutations under IEEE float128 ABI.
Details
Details
- Reviewers
nemanjai craig.topper tuliom tstellar - Group Reviewers
Restricted Project - Commits
- rGbaeb85b5a997: [Clang] Support more stdio builtins
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
102 | The size should be increased I guess? |
clang/lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
109 | Any reasons to not map these built-ins to their respective _chkieee128 counterparts? e.g. __fprintf_chkieee128. |
clang/lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
109 | Updated. I just saw GCC in some cases emits no-chk version when calling __builtin_*printf_chk. |
The size should be increased I guess?