[libc-commits] [PATCH] D147008: [libc][bazel] add printf and fprintf targets
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Mar 27 15:19:18 PDT 2023
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
To add support for these functions I had to modify the tests to use the
folder bazel specifies for writing test data to. I intend to modify more
stdio tests to use the testdata_path_util header, but that's out of
scope for this patch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147008
Files:
libc/src/stdio/fprintf.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fprintf_test.cpp
libc/test/src/stdio/testdata_path_util.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/libc_test_rules.bzl
utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147008.508813.patch
Type: text/x-patch
Size: 8516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230327/9a6e4aa3/attachment.bin>
More information about the libc-commits
mailing list