[libc-commits] [PATCH] D152630: [libc] Enable custom logging in LibcTest

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 14 02:18:57 PDT 2023


gchatelet updated this revision to Diff 531236.
gchatelet marked an inline comment as done.
gchatelet added a comment.

- rebase
- Simplify implementation and add documentation
- match should take a 'const T&' instead of a 'T&'
- Use standard C types for TesLogger specializaions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152630

Files:
  libc/test/UnitTest/LibcTest.cpp
  libc/test/UnitTest/LibcTest.h
  libc/test/UnitTest/TestLogger.cpp
  libc/test/src/math/log10_test.cpp
  libc/test/src/math/log1p_test.cpp
  libc/test/src/math/log2_test.cpp
  libc/test/src/math/log_test.cpp
  libc/test/src/string/bcopy_test.cpp
  libc/test/src/string/memmem_test.cpp
  libc/test/src/string/memmove_test.cpp
  libc/test/src/string/mempcpy_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h
  utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152630.531236.patch
Type: text/x-patch
Size: 27495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230614/e98fa7a6/attachment-0001.bin>


More information about the libc-commits mailing list