[libc-commits] [PATCH] D147008: [libc][bazel] add printf and fprintf targets

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 29 15:02:37 PDT 2023


michaelrj updated this revision to Diff 509483.
michaelrj added a comment.

add DISABLE_INDEX_MODE and DISABLE_WRITE_INT flags, unify the PRINTF_COPTS location, and adjust the libc_function rule to properly handle immutable lists.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147008/new/

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/libc_build_rules.bzl
  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.509483.patch
Type: text/x-patch
Size: 13093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230329/1fda9d71/attachment.bin>


More information about the libc-commits mailing list