diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-09-02 18:29:45 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-09-02 18:29:45 +0000 |
commit | 5c32d5ef0d6cdb92666f75fe7b44b8f74c362564 (patch) | |
tree | 347c3c164077c835bd310ac73b4316c08bb47877 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | e31cc842902c5e0a3b5e250249532e180f6374a2 (diff) | |
download | bcm5719-llvm-5c32d5ef0d6cdb92666f75fe7b44b8f74c362564.tar.gz bcm5719-llvm-5c32d5ef0d6cdb92666f75fe7b44b8f74c362564.zip |
Use 'critical' reduction method when 'atomic' is not available but requested.
In case atomic reduction method is not available (the compiler can't generate
it) the assertion failure occurred if KMP_FORCE_REDUCTION=atomic was specified.
This change replaces the assertion with a warning and sets the reduction method
to the default one - 'critical'.
Patch by Olga Malysheva
Differential Revision: https://reviews.llvm.org/D23990
llvm-svn: 280519
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions