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.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG99047c0501e0: [libc][bazel] add targets for sprintf
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
based on this patch https://reviews.llvm.org/D143678 it looks like layering check is on by default for all bazel builds. I also tried specifying it manually, and it passed both.