<div dir="ltr">Over the weekend I had a random urge to make clang-cl be able to self host.  As of r230539, this should now be possible.  Steps to try this out:<div><br></div><div>1) Run vcvarsall.bat, same as you would for an MSVC hosted build.</div><div>2) set CC=CXX=clang-cl Â (make sure it's in your path</div><div>3) Run CMake as you normally would, no special flags needed.</div><div>4) There is no 4, that's it!</div><div><br></div><div>Currently LLD will not build, so if you have cloned LLD into your repo you will need to not build it. Â llvm, clang, and lldb should build though, so you can run "ninja lldb clang" for example and produce a working build.  I've been told that a fix for LLD is forthcoming sometime today or tomorrow.</div><div><br></div><div>Feel free to post any issues you encounter.</div></div>