search for: r230539

Displaying 2 results from an estimated 2 matches for "r230539".

2015 Feb 25
6
[LLVMdev] PSA: clang-cl can self host now!
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: 1) Run vcvarsall.bat, same as you would for an MSVC hosted build. 2) set CC=CXX=clang-cl (make sure it's in your path 3) Run CMake as you normally would, no special flags needed. 4) There is no 4, that's it! Currently LLD will not bui...
2015 Feb 25
2
[LLVMdev] PSA: clang-cl can self host now!
...pindola at gmail.com> wrote: > Nice. This should probably go to on the release notes :-) > > > On 25 February 2015 at 15:48, Zachary Turner <zturner at google.com> wrote: > > 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: > > > > 1) Run vcvarsall.bat, same as you would for an MSVC hosted build. > > 2) set CC=CXX=clang-cl (make sure it's in your path > > 3) Run CMake as you normally would, no special flags needed. > > 4) There is...