On Wed, Feb 2, 2011 at 6:29 AM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Some time ago Doug mentioned that it would be useful to build clang<br>
outside of LLVM: basically LLVM acts as an external library which is<br>
used by clang.<br></blockquote><div>I just was about to propose this myself.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
IIRC Doug mentioned something about build times, and indeed clang takes<br>
about 4 minutes to build alone and almost 10 minutes to build within<br>
LLVM, so if the goal is to quickly build clang multiple times with the<br>
same LLVM base then it is a must-have feature.<br></blockquote>I'm not sure, but if someone wish to only recompile clang, can't he do<br>cd cmake_build_dir/tools/clang && make?<br></div>