[libc-commits] [PATCH] D150905: [libc] Use MPFR for strtofloat fuzzing

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 22 11:05:13 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGae3b59e62398: [libc] Use MPFR for strtofloat fuzzing (authored by michaelrj).

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.524397.patch
Type: text/x-patch
Size: 14420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230522/1d3a5299/attachment.bin>


More information about the libc-commits mailing list