This is an archive of the discontinued LLVM Phabricator instance.

[cmake] install clang-tblgen
AbandonedPublic

Authored by axw on Jul 3 2015, 12:57 AM.

Details

Reviewers
chandlerc
pcc
Summary

Install clang-tblgen into <install>/bin in the
CMake build, as is done in the autoconf build.

Diff Detail

Event Timeline

axw updated this revision to Diff 28995.Jul 3 2015, 12:57 AM
axw retitled this revision from to [cmake] install clang-tblgen.
axw updated this object.
axw added a reviewer: chandlerc.
axw added a subscriber: cfe-commits.
axw added a reviewer: pcc.Jul 16 2015, 9:47 PM
pcc edited edge metadata.Jul 17 2015, 12:33 AM

clang-tblgen is an internal tool used by the Clang build system. I do not understand why it needs to be installed. If the autoconf build is installing it, then maybe it shouldn't.

axw added a comment.Jul 17 2015, 12:35 AM
In D10916#206931, @pcc wrote:

clang-tblgen is an internal tool used by the Clang build system. I do not understand why it needs to be installed. If the autoconf build is installing it, then maybe it shouldn't.

I had wondered; I've never used tblgen. I'm just trying to get CMake packaging for Debian working; I'll suggest that clang-tblgen should be removed from packaged binaries.

axw abandoned this revision.Jul 17 2015, 12:36 AM