diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-30 20:14:05 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-30 20:14:05 +0000 |
commit | 1be692ecdb2540374decb7bdea9215e98e24e664 (patch) | |
tree | 3f865d123760fc2f64f2f041aec1e4e2ef5d132e /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | e1dad19aac56e99abb06fb8d32e9c21e89558147 (diff) | |
download | bcm5719-llvm-1be692ecdb2540374decb7bdea9215e98e24e664.tar.gz bcm5719-llvm-1be692ecdb2540374decb7bdea9215e98e24e664.zip |
Fix honoring of OMP_THREAD_LIMIT in the teams construct
Fix for crash in the teams construct in case user sets OMP_THREAD_LIMIT to a
number less than the number of processors. Now the number of threads will be
silently reduced if the user didn't specify teams parameters or with a
warning if the user specified teams parameters conflicting with
OMP_THREAD_LIMIT.
Differential Revision: http://reviews.llvm.org/D14732
llvm-svn: 254322
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions