This is an archive of the discontinued LLVM Phabricator instance.

CMake: Add LLVM_UTILS_INSTALL_DIR option
ClosedPublic

Authored by tstellar on Mar 6 2017, 7:56 AM.

Details

Summary

This is like the LLVM_TOOLS_INSTALL_DIR option, but for the utils
that are installed when the LLVM_INSTALL_UTILS. This option
defaults to 'bin' to remain consistent with the current behavior, but
distros may want to install these to libexec/llvm.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Mar 6 2017, 7:56 AM
beanz accepted this revision.Mar 6 2017, 10:14 AM

LGTM!

This revision is now accepted and ready to land.Mar 6 2017, 10:14 AM
This revision was automatically updated to reflect the committed changes.