Re: r326434 - UsersManual: beef up the clang-cl text a little

2018-03-01 Thread Hans Wennborg via cfe-commits
Thanks! Added in r326438. On Thu, Mar 1, 2018 at 3:05 PM, Nico Weber via cfe-commits wrote: > Should we also mention /p:CLToolExe for just swapping out the compiler > without using a full toolset? > > Also, should we include some notes on cmake usage? I.e. -G "Visual Studio 14 > 2015" -T "LLVM-vs

Re: r326434 - UsersManual: beef up the clang-cl text a little

2018-03-01 Thread Nico Weber via cfe-commits
Should we also mention /p:CLToolExe for just swapping out the compiler without using a full toolset? Also, should we include some notes on cmake usage? I.e. -G "Visual Studio 14 2015" -T "LLVM-vs2014" for the MSVS generator, and -DCMAKE_C_COMPILER=/path/to/llvm/bin/clang-cl.exe -DCMAKE_CXX_COMPILE

r326434 - UsersManual: beef up the clang-cl text a little

2018-03-01 Thread Hans Wennborg via cfe-commits
Author: hans Date: Thu Mar 1 06:00:19 2018 New Revision: 326434 URL: http://llvm.org/viewvc/llvm-project?rev=326434&view=rev Log: UsersManual: beef up the clang-cl text a little Modified: cfe/trunk/docs/UsersManual.rst Modified: cfe/trunk/docs/UsersManual.rst URL: http://llvm.org/viewvc/ll