This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Move utils/CPP to src/__support/CPP.
ClosedPublic

Authored by sivachandra on Oct 27 2021, 12:39 PM.

Details

Summary

The idea is to move all pieces related to the actual libc sources to the
"src" directory. This allows downstream users to ship and build just the
"src" directory.

Diff Detail

Event Timeline

sivachandra created this revision.Oct 27 2021, 12:39 PM
sivachandra requested review of this revision.Oct 27 2021, 12:39 PM
sivachandra retitled this revision from [libc] Move utils/CPP to src/__support/CPP. to [libc][NFC] Move utils/CPP to src/__support/CPP..Oct 27 2021, 12:41 PM
michaelrj accepted this revision.Oct 27 2021, 1:13 PM
This revision is now accepted and ready to land.Oct 27 2021, 1:13 PM

Fix header guards.

This revision was automatically updated to reflect the committed changes.