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.<br>
<br><div class="gmail_quote">On Wed, Jul 11, 2012 at 7:58 AM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> What is the target to pass to make, to build just clang and clang++?<br>
<br>
</div>It looks like someone has given you an answer for the autotools build,<br>
but if you switch to CMake then there *is* a simple "make clang"<br>
target.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br>