Ok, renaming should be finished. Please email or file a bug if anything seems off.<div><br></div><div>If all is well, after rebuilding (and checking test suite!) you can verify that things are swapped by looking for output like this:</div>
<div>--</div><div><div>ddunbar@ozzy:tmp$ clang -v</div><div>clang version 1.0 (<a href="https://ddunbar">https://ddunbar</a>@<a href="http://llvm.org/svn/llvm-project/cfe/trunk">llvm.org/svn/llvm-project/cfe/trunk</a> 67603:67607)</div>
<div>Target: i686-apple-darwin10.0.0d6</div><div>ddunbar@ozzy:tmp$ clang -print-prog-name=clang-cc</div><div>/Volumes/Data/ddunbar/llvm/Debug/bin/clang-cc</div><div>-</div><div><br></div><div>or from an installed path:</div>
<div><br></div><div>--</div><div>ddunbar@ozzy:tmp$ ~/llvm.install/bin/clang -print-prog-name=clang-cc</div><div>/Volumes/Data/ddunbar/llvm.install/bin/../libexec/clang-cc</div><div>--</div><div><br></div><div> - Daniel</div>
<div><br></div><div class="gmail_quote">On Mon, Mar 23, 2009 at 4:40 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com">clattner@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
sounds great to me!<div class="im"><br>
<br>
On Mar 23, 2009, at 3:10 PM, Daniel Dunbar wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
Hi all,<br>
<br>
As recently threatened, I am going to rename things and shuffle a few things around in the source tree this evening. These are the changes I plan to make:<br>
<br>
1. Rename the clang compiler executable (currently 'clang') to 'clang-cc'; rewrite all the test cases to call clang-cc instead of clang.<br>
<br>
2. Move clang/Driver to clang/tools/clang-cc (to match the name, and llvm, and not be confusingly named Driver).<br>
<br>
3. Change clang-driver to be called 'clang'. I plan to leave it in tools/driver because clang is pretty ambiguous, but I will move it to tools/clang if someone argues for it being inconsistent.<br>
<br>
4. Change clang-cc to be installed in 'libexec/clang/', and update the driver to look for it there.<br>
<br>
5. Do nothing with ccc. There are still a few details to iron out and testing to be done on the new driver; I expect to keep ccc around for another week or so.<br>
<br>
OK?<br>
<br>
 - Daniel<br>
<br></div></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">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>
</blockquote>
<br>
</blockquote></div><br></div>