This is an archive of the discontinued LLVM Phabricator instance.

Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install paths
ClosedPublic

Authored by tkelman on Jun 2 2016, 3:16 PM.

Details

Summary

This allows customizing the location executables and symlinks get installed to,
as with --bindir in autotools.

Diff Detail

Event Timeline

tkelman updated this revision to Diff 59465.Jun 2 2016, 3:16 PM
tkelman retitled this revision from to Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install paths.
tkelman updated this object.
tkelman added a reviewer: beanz.
tkelman added a subscriber: llvm-commits.
beanz accepted this revision.Jun 6 2016, 2:26 PM
beanz edited edge metadata.

LGTM.

Thanks,
-Chris

This revision is now accepted and ready to land.Jun 6 2016, 2:26 PM
This revision was automatically updated to reflect the committed changes.