This is an archive of the discontinued LLVM Phabricator instance.

[clang] Create install targets for non-shared libraries
ClosedPublic

Authored by smeenai on Feb 14 2019, 6:41 PM.

Details

Summary

I don't see a reason for these to not have install targets created,
which in turn allows them to be bundled in distributions. This doesn't
affect the "install" target, since that just runs all CMake install
rules (and we were already creating install rules for these).

Diff Detail

Repository
rC Clang

Event Timeline

smeenai created this revision.Feb 14 2019, 6:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2019, 6:41 PM
Herald added a subscriber: mgorny. · View Herald Transcript
phosek accepted this revision.Feb 14 2019, 7:24 PM

LGTM

This revision is now accepted and ready to land.Feb 14 2019, 7:24 PM
This revision was automatically updated to reflect the committed changes.