<html><body bgcolor="#FFFFFF"><div><br><br>Sent from my iPhone</div><div><br>On Sep 30, 2010, at 5:16 AM, Ariel V Feinerman <<a href="mailto:arielfeinerman@gmail.com">arielfeinerman@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>If I use cmake,  <div><br></div><div>> --with-built-clang<div>> --with-clang=/path/to/existing/clang</div><div><br></div><div>what is it to replace them?<br></div></div></div></blockquote><div><br></div>I don't know if those tests can even be run from cmake. <br><blockquote type="cite"><div><div><div><div class="gmail_quote">On Thu, Sep 30, 2010 at 2:48 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com"><a href="mailto:dgregor@apple.com">dgregor@apple.com</a></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"><br>
On Sep 29, 2010, at 4:31 PM, Matt Joiner wrote:<br>
<br>
> What's the proper way to instruct clang to build itself (assuming that<br>
> clang must already be built of course)?<br>
><br>
> There are several options using ./configure, I'm not sure which is the<br>
> best approach:<br>
> --with-built-clang<br>
> --with-clang=/path/to/existing/clang<br>
<br>
</div>These are for enabling testing with Clang.<br>
<br>
> CC=clang CXX=clang<br>
<br>
You want<br>
<br>
        CC=clang CXX=clang++<br>
<br>
        - Doug<br>
<div><div></div><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu"><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a></a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank"><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a></a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>best regards<br>Ariel<br>
</div></div>
</div></blockquote></body></html>