[libc-commits] [PATCH] D127995: [libc] add printf pointer conv
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 17 10:28:25 PDT 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/test/src/stdio/sprintf_test.cpp:361
+
+ written = __llvm_libc::sprintf(buff, "%p", buff);
+ EXPECT_GT(written, 0);
----------------
Whats the point of this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127995/new/
https://reviews.llvm.org/D127995
More information about the libc-commits
mailing list