OSDN Git Service

Update the documentation and CMake file for Visual Studio generators.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 25 May 2017 21:01:30 +0000 (21:01 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 25 May 2017 21:01:30 +0000 (21:01 +0000)
commitf906b5846ebe481dfc44ce43046ffe2641cf84ba
treeb0e82190267f16021779ad783262637cc2e56b90
parent8f60438bd2fae11c5388a51372e4b6e07da58b1c
Update the documentation and CMake file for Visual Studio generators.

By default, CMake uses a 32-bit toolchain, even when on a 64-bit platform targeting a 64-bit build. However, due to the size of the binaries involved, this can cause linker instabilities (such as the linker running out of memory). Guide people to the correct solution to get CMake to use the native toolchain.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303912 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
docs/GettingStartedVS.rst