<div dir="ltr"><div class="gmail_default" style><br></div><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 22, 2013 at 9:12 PM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es" target="_blank">ofv@wanadoo.es</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">Jean-Daniel Dupas <<a href="mailto:devlists@shadowlab.org">devlists@shadowlab.org</a>> writes:<br>

<br>
>> P.S. Weren't we planning on removing the Make-based build system in<br>
>> the next few months a year ago?<br>
><br>
> It always lacks some important features, like building compiler-rt<br>
> with just-built clang: <a href="http://llvm.org/bugs/show_bug.cgi?id=14109" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=14109</a></div></blockquote><div><br></div><div style>Yeah, using just-built clang would probably be a good feature, but for now we</div>
<div style>(sanitizer devs) "can live with" using a host compiler for building runtime libraries</div><div style>and maintaining both Clang and gcc builds.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
<br>
</div>The configure&make build works on more homogeneous environments than<br>
CMake. Implementing the requirement you mention seems easy enough while<br>
using toolchains where clang/clang++ works as a drop-in replacement for<br>
the platform compiler (i.e. gcc/g++ on Linux). For the general case, it<br>
looks quite tricky.<br>
<br>
The feature can be implemented for the easy case (POSIX&gcc, which, most<br>
likely, is what everybody uses) and reject it for the rest.</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
BTW, is compiler-rt integrated in the CMake LLVM/Clang build process, or<br>
is it a separate step?<br></blockquote><div><br></div><div style>It is integrated. Running "make", "make check-all" or "make install" in your build</div><div style>tree do compiler-rt related work as well. However, AFAIK there is little CMake support</div>
<div style>for building compiler-rt for various Apple platforms.</div><div style> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Alexey Samsonov, MSK</div>
</div></div>