This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Add install target for the lld tool
ClosedPublic

Authored by phosek on Dec 16 2016, 10:28 PM.

Details

Summary

This is necessary for the distribution targets which assume that each component has an install target. This also moves the CMake macros into a separate file akin to other LLVM projects.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 81838.Dec 16 2016, 10:28 PM
phosek retitled this revision from to [CMake] Add install target for the lld tool.
phosek updated this object.
phosek added reviewers: ruiu, beanz.
phosek added a project: lld.
phosek added a subscriber: llvm-commits.

I plan to do some more lld CMake build refactoring in follow up commits.

ruiu edited edge metadata.Dec 20 2016, 12:07 AM

I'm not familiar with this, so anyone who knows cmake well?

beanz accepted this revision.Dec 20 2016, 11:12 AM
beanz edited edge metadata.

LGTM!

This revision is now accepted and ready to land.Dec 20 2016, 11:12 AM
This revision was automatically updated to reflect the committed changes.