This is an archive of the discontinued LLVM Phabricator instance.

[libc] [NFC] Split the CMake rules into multiple files.
ClosedPublic

Authored by sivachandra on Apr 20 2020, 10:08 PM.

Details

Summary

The single file was getting too long to be convenient to navigate. This
patch splits it up two into 4 files one each for header rules,
object rules, library rules, and test rules.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 20 2020, 10:08 PM
abrachet accepted this revision.Apr 20 2020, 11:03 PM
This revision is now accepted and ready to land.Apr 20 2020, 11:03 PM
This revision was automatically updated to reflect the committed changes.