[libc-commits] [PATCH] D150905: [libc] Use MPFR for strtofloat fuzzing
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri May 19 15:48:32 PDT 2023
michaelrj updated this revision to Diff 523954.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.
changed how MPFR is included to support downstream configs in the same way as MPFRUtils
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150905/new/
https://reviews.llvm.org/D150905
Files:
libc/cmake/modules/LLVMLibCTestRules.cmake
libc/fuzzing/stdlib/CMakeLists.txt
libc/fuzzing/stdlib/atof_differential_fuzz.cpp
libc/fuzzing/stdlib/strtofloat_fuzz.cpp
libc/src/__support/str_to_float.h
libc/test/src/stdlib/strtod_test.cpp
libc/test/src/stdlib/strtold_test.cpp
libc/utils/MPFRWrapper/CMakeLists.txt
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/mpfr_inc.h
utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150905.523954.patch
Type: text/x-patch
Size: 14420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230519/b3bb9005/attachment.bin>
More information about the libc-commits
mailing list