Some unittest were not able to run in 64-bit because they need more than
2MB of stack and the default allocated stack with MSVC linker is 1MB.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D22101
[compiler-rt] Fix minimal stack reserved for unittest on MSVC build ClosedPublic Authored by etienneb on Jul 7 2016, 11:38 AM.
Details Summary Some unittest were not able to run in 64-bit because they need more than
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 7 2016, 11:45 AM
Revision Contents
Diff 63104 lib/sanitizer_common/tests/CMakeLists.txt
lib/sanitizer_common/tests/sanitizer_test_main.cc
|