This is an archive of the discontinued LLVM Phabricator instance.

[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
2MB of stack and the default allocated stack with MSVC linker is 1MB.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 63104.Jul 7 2016, 11:38 AM
etienneb retitled this revision from to [compiler-rt] Fix minimal stack reserved for unittest on MSVC build.
etienneb updated this object.
etienneb added a reviewer: rnk.
rnk accepted this revision.Jul 7 2016, 11:45 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 7 2016, 11:45 AM
etienneb closed this revision.Jul 7 2016, 11:48 AM