Added propagation of not big initial stack size of master thread to workers.
authorAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 5 Jun 2019 16:14:47 +0000 (16:14 +0000)
committerAndrey Churbanov <Andrey.Churbanov@intel.com>
Wed, 5 Jun 2019 16:14:47 +0000 (16:14 +0000)
commitd47f5488cf02fa06259a0f8563f684e2d45165c9
tree456b83d445bfae2315d234f4e856998a235930d2
parentde586bd1fd57f3d4438fa9fdfcc7406727a90004
Added propagation of not big initial stack size of master thread to workers.

Currently implemented only for non-Windows 64-bit platforms.

Differential Revision: https://reviews.llvm.org/D62488

llvm-svn: 362618
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/src/z_Linux_util.cpp
openmp/runtime/test/misc_bugs/stack-propagate.c [new file with mode: 0644]