This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add a target to install libc in the full build mode.
ClosedPublic

Authored by sivachandra on Aug 17 2022, 1:37 AM.

Details

Summary
  • In the full build mode, ninja install-libc will install the headers as well the static archive named libc.a.
  • In the default mode, ninja install-llvmlibc will only install the static archive libllvmlibc.a.

Diff Detail

Event Timeline

sivachandra created this revision.Aug 17 2022, 1:37 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 17 2022, 1:37 AM
sivachandra requested review of this revision.Aug 17 2022, 1:37 AM
jeffbailey accepted this revision.Aug 17 2022, 7:04 AM
This revision is now accepted and ready to land.Aug 17 2022, 7:04 AM