[libc-commits] [PATCH] D132980: [libc][cmake] split fputil into individual targets

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 30 15:40:14 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: lntue, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

The libc.src.__support.FPUtil.fputil target encompassed many unrelated
files, and provided a lot of hidden dependencies. This patch splits out
all of these files into component parts and cleans up the cmake files
that used them. It does not touch any source files for simplicity, but
there may be changes made to them in future patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132980

Files:
  libc/fuzzing/math/CMakeLists.txt
  libc/src/__support/CMakeLists.txt
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/fenv/CMakeLists.txt
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/test/src/fenv/CMakeLists.txt
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/generic/CMakeLists.txt
  libc/test/src/stdio/CMakeLists.txt
  libc/test/utils/FPUtil/CMakeLists.txt
  libc/utils/MPFRWrapper/CMakeLists.txt
  libc/utils/UnitTest/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132980.456807.patch
Type: text/x-patch
Size: 58968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220830/9b3d467f/attachment-0001.bin>


More information about the libc-commits mailing list