This is an archive of the discontinued LLVM Phabricator instance.

[libc][cmake] split fputil into individual targets
ClosedPublic

Authored by michaelrj on Aug 30 2022, 3:40 PM.

Details

Summary

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.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 30 2022, 3:40 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 30 2022, 3:40 PM
michaelrj requested review of this revision.Aug 30 2022, 3:40 PM
lntue accepted this revision.Aug 30 2022, 3:52 PM
This revision is now accepted and ready to land.Aug 30 2022, 3:52 PM
This revision was landed with ongoing or failed builds.Aug 31 2022, 10:45 AM
This revision was automatically updated to reflect the committed changes.