This is an archive of the discontinued LLVM Phabricator instance.

[llvm] [cmake] Add install targets for missing distribution components
ClosedPublic

Authored by mgorny on Oct 2 2019, 7:53 AM.

Details

Summary

Add install targets as necessary to include all files normally installed
in LLVM_DISTRIBUTION_COMPONENTS. This includes targets for Sphinx docs,
opt-viewer Python modules and TableGens.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Oct 2 2019, 7:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 7:53 AM
compnerd accepted this revision.Oct 2 2019, 8:48 AM
compnerd added inline comments.
llvm/cmake/modules/AddSphinxTarget.cmake
74 ↗(On Diff #222836)

no space after the if, same throughout

This revision is now accepted and ready to land.Oct 2 2019, 8:48 AM
mgorny marked an inline comment as done.Oct 2 2019, 9:04 AM

Thanks!

This revision was automatically updated to reflect the committed changes.