CMake: set stack size for MSVC in just one place
authorHans Wennborg <hans@hanshq.net>
Thu, 17 Oct 2013 18:39:47 +0000 (18:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 17 Oct 2013 18:39:47 +0000 (18:39 +0000)
commit4d1a9256752048f34c6091cc145fce9f89d20985
tree1cb3d17019bb7210624535a58feaa4627e485575
parentb75fcecb0ff2f22e79454ce9ed7c246792bdbf0d
CMake: set stack size for MSVC in just one place

After r192904, Reid pointed out he thought we already set the stack
size for MSVC. Turns out we did, but it didn't seem to work.

This commit sets the stack size in a single place, using
CMAKE_EXE_LINKER_FLAGS because that seems to be the way that works
best.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192912 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/HandleLLVMOptions.cmake