[all-commits] [llvm/llvm-project] 99047c: [libc][bazel] add targets for sprintf
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Mar 20 15:09:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99047c0501e0fe5c60bb583185f3b45bdc112199
https://github.com/llvm/llvm-project/commit/99047c0501e0fe5c60bb583185f3b45bdc112199
Author: Michael Jones <michaelrj at google.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M libc/src/stdio/printf_core/CMakeLists.txt
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
Log Message:
-----------
[libc][bazel] add targets for sprintf
The bazel build is currently overlay mode only, so the FILE functions
are still out of reach for it, but sprintf only uses strings. This adds
targets for sprintf, snprintf, and all the interal printf pieces, as
well as tests.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D146100
More information about the All-commits
mailing list