Go to file
Hans Wennborg bef50abea9 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.

llvm-svn: 192912
2013-10-17 18:39:47 +00:00
clang Consumed analysis: fix ICE in handling of loop source locations. 2013-10-17 18:19:31 +00:00
clang-tools-extra Refactoring transform-specific options 2013-10-17 17:57:36 +00:00
compiler-rt [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. 2013-10-17 15:48:24 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
libcxxabi unwinder: conditionalise availability 2013-10-17 03:57:41 +00:00
lld Make undefines check into an assertion. 2013-10-16 19:21:50 +00:00
lldb Correct log message typo: ended ad -> ended at 2013-10-17 14:03:07 +00:00
llvm CMake: set stack size for MSVC in just one place 2013-10-17 18:39:47 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00