summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-09-02 18:29:45 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-09-02 18:29:45 +0000
commit5c32d5ef0d6cdb92666f75fe7b44b8f74c362564 (patch)
tree347c3c164077c835bd310ac73b4316c08bb47877 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parente31cc842902c5e0a3b5e250249532e180f6374a2 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud