[cfe-dev] make target for clang

Richard Smith richard at metafoo.co.uk
Wed Jul 11 13:18:12 PDT 2012


Last time I tried it, under cmake, "make clang" was not sufficient to build
a working clang, because it didn't copy the headers from lib/Headers into
the right place in the build tree. I think "make clang clang-headers" is
enough.

On Wed, Jul 11, 2012 at 7:58 AM, Tim Northover <t.p.northover at gmail.com>wrote:

> > What is the target to pass to make, to build just clang and clang++?
>
> It looks like someone has given you an answer for the autotools build,
> but if you switch to CMake then there *is* a simple "make clang"
> target.
>
> Tim.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120711/f0c1bf00/attachment.html>


More information about the cfe-dev mailing list