[PATCH] D30267: Increase stack size for stack-use-after-return test

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 18 13:52:24 PDT 2017


kubamracek added a comment.

I committed r298193, which checks the return value of pthread_attr_setstacksize and verifies that pthread_attr_getstacksize actually returns the correct size.  Let's see if that triggers any failures.


Repository:
  rL LLVM

https://reviews.llvm.org/D30267





More information about the llvm-commits mailing list