[libc-commits] [PATCH] D131735: [libc] add sprintf size comparison
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Aug 12 00:06:13 PDT 2022
sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.
Good to go after absorbing https://reviews.llvm.org/D131752
================
Comment at: libc/test/integration/src/stdio/CMakeLists.txt:4
+
+add_integration_test(
+ sprintf_size_test
----------------
Add a comment here saying that these are really not tests for testing sake but just a way to produce hermetic binaries to be used to compare binary sizes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131735/new/
https://reviews.llvm.org/D131735
More information about the libc-commits
mailing list