This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Make configure installation consistent with CMake
AbandonedPublic

Authored by Eugene.Zelenko on Sep 16 2015, 5:43 PM.

Details

Reviewers
hans
Summary

During D12700 review I was asked to make configure installation consistent with CMake. Since I modeled implementation of Clang-format, I decided to fix problem in Clang-format make file too.

Just in case, possible improvements to configure (if it'll be around for awhile and somebody with more knowledge then me willing to do them):

  • Make PROJ_sharedir in top-level Makefile.rules, since it's used for LLVM CMake modules and will be used for Clang-tidy.
  • Since git-clang-format is Python script, it should be link from bin to share directory.

Diff Detail

Event Timeline

Eugene.Zelenko retitled this revision from to [clang-format] Make configure installation consistent with CMake.
Eugene.Zelenko updated this object.
Eugene.Zelenko added a reviewer: hans.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko abandoned this revision.Nov 20 2015, 5:18 PM