[llvm] r189130 - CMake: don't install tablegen

Chandler Carruth chandlerc at google.com
Fri Aug 23 22:15:41 PDT 2013


On Fri, Aug 23, 2013 at 10:11 PM, Joerg Sonnenberger <
joerg at britannica.bec.de> wrote:

> On Fri, Aug 23, 2013 at 06:28:10PM -0000, Hans Wennborg wrote:
> > Author: hans
> > Date: Fri Aug 23 13:28:10 2013
> > New Revision: 189130
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=189130&view=rev
> > Log:
> > CMake: don't install tablegen
> >
> > Since it's an llvm-internal tool, we shouldn't install it.
>
> Is it really llvm-internal? The support for libOption makes me think
> it is not.
>

I don't think we can or should realistically try to support external users
of libOption... It's really a utility library for building drivers like
Clang and LLD, not something that we can reasonably support fully generic
use of it. Similarly for the tablegen libraries and a few others.


>
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130823/a4af87f3/attachment.html>


More information about the llvm-commits mailing list