This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Create exports for umbrella library targets
ClosedPublic

Authored by smeenai on Mar 1 2019, 6:12 PM.

Details

Summary

When using the umbrella llvm-libraries and clang-libraries targets, we
should export all library targets, otherwise they'll be part of our
distribution but not usable from the CMake package.

Event Timeline

smeenai created this revision.Mar 1 2019, 6:12 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2019, 6:12 PM
Herald added a subscriber: mgorny. · View Herald Transcript
phosek accepted this revision.Mar 4 2019, 4:32 PM

LGTM

This revision is now accepted and ready to land.Mar 4 2019, 4:32 PM
This revision was automatically updated to reflect the committed changes.