This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Delete redundant install command for clang-refactor.
ClosedPublic

Authored by hintonda on Jan 6 2018, 6:53 PM.

Details

Summary

Delete redundant install command for clang-refactor. Install
targets for clang tools are controled by CLANG_BUILD_TOOLS, and when
OFF, cmake issues the following warning:

WARNING: Target "clang-refactor" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case.

Diff Detail

Repository
rC Clang

Event Timeline

hintonda created this revision.Jan 6 2018, 6:53 PM
beanz accepted this revision.Jan 9 2018, 3:19 PM

LGTM

This revision is now accepted and ready to land.Jan 9 2018, 3:19 PM
This revision was automatically updated to reflect the committed changes.