[PATCH] D30267: Increase stack size for stack-use-after-return test
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 08:19:10 PST 2017
fjricci added a comment.
There's a more detailed explanation in https://reviews.llvm.org/D29994, but essentially, some debugging found that 64k isn't actually being used for the stack size consistently, and the test never passes when 64k is actually used. (actual stack size used determined with `pthread_attr_getstacksize`)
https://reviews.llvm.org/D30267
More information about the llvm-commits
mailing list