99047c0501
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 |
||
---|---|---|
.. | ||
AOR_v20.02 | ||
benchmarks | ||
cmake/modules | ||
config | ||
docs | ||
examples | ||
fuzzing | ||
include | ||
lib | ||
spec | ||
src | ||
startup | ||
test | ||
utils | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
common_libc_tuners.cmake | ||
LICENSE.TXT | ||
README.txt |
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.