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
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
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