This is an archive of the discontinued LLVM Phabricator instance.

[libc] Decouple string functions.
ClosedPublic

Authored by cgyurgyik on Sep 9 2020, 3:33 PM.

Details

Summary

This revision removes dependencies that exist between different string functions. This allows for the libc user to use a specific function X of this library without also depending on Y and Z.

Diff Detail

Event Timeline

cgyurgyik created this revision.Sep 9 2020, 3:33 PM
cgyurgyik requested review of this revision.Sep 9 2020, 3:33 PM
sivachandra accepted this revision.Sep 14 2020, 7:34 AM
This revision is now accepted and ready to land.Sep 14 2020, 7:34 AM
This revision was automatically updated to reflect the committed changes.