This is an archive of the discontinued LLVM Phabricator instance.

Adding install targets for individual LLVM tools and libraries.
ClosedPublic

Authored by beanz on Feb 13 2015, 10:19 AM.

Details

Summary
  • add_llvm_tool and add_llvm_library now add install-${name} targets to install specific components
  • added installhdrs target to install just the LLVM headers
  • The above changes only apply for single-configuration generators (Ninja, Makefiles...), not for multi-configuration generators (Visual Studio, Xcode...)

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 19906.Feb 13 2015, 10:19 AM
beanz retitled this revision from to Adding install targets for individual LLVM tools and libraries..
beanz updated this object.
beanz edited the test plan for this revision. (Show Details)
beanz added a subscriber: Unknown Object (MLST).
pete accepted this revision.Feb 18 2015, 9:55 AM
pete added a reviewer: pete.
pete added a subscriber: pete.

LGTM

This revision is now accepted and ready to land.Feb 18 2015, 9:55 AM
This revision was automatically updated to reflect the committed changes.