<div dir="ltr"><div>Done: <a href="http://llvm.org/viewvc/llvm-project/cfe/branches/release_36/docs/ReleaseNotes.rst?view=markup#l113">http://llvm.org/viewvc/llvm-project/cfe/branches/release_36/docs/ReleaseNotes.rst?view=markup#l113</a></div><div><br></div>We've been technically able to self-host for a some time, but now it's simple as 'CC=clang-cl CXX=clang-cl cmake'. =D</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 25, 2015 at 3:00 PM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nice. This should probably go to on the release notes :-)<br>
<div><div class="h5"><br>
<br>
On 25 February 2015 at 15:48, Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br>
> Over the weekend I had a random urge to make clang-cl be able to self host.<br>
> As of r230539, this should now be possible.  Steps to try this out:<br>
><br>
> 1) Run vcvarsall.bat, same as you would for an MSVC hosted build.<br>
> 2) set CC=CXX=clang-cl  (make sure it's in your path<br>
> 3) Run CMake as you normally would, no special flags needed.<br>
> 4) There is no 4, that's it!<br>
><br>
> Currently LLD will not build, so if you have cloned LLD into your repo you<br>
> will need to not build it.  llvm, clang, and lldb should build though, so<br>
> you can run "ninja lldb clang" for example and produce a working build.<br>
> I've been told that a fix for LLD is forthcoming sometime today or tomorrow.<br>
><br>
> Feel free to post any issues you encounter.<br>
><br>
</div></div>> _______________________________________________<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>
><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>
</blockquote></div><br></div>