[libc-commits] [PATCH] D127517: [libc] add integer writing to printf
David Finkelstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 10 14:04:16 PDT 2022
dxf added a comment.
In D127517#3574573 <https://reviews.llvm.org/D127517#3574573>, @tschuett wrote:
> Clang can also do things with _FORTIFY_SOURCE:
> https://reviews.llvm.org/D58797
And that's one potential approach, to do //more// things with FORTIFY_SOURCE in Clang (and not require libc to carry special FORTIFY bits).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127517/new/
https://reviews.llvm.org/D127517
More information about the libc-commits
mailing list