summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-08-23 19:52:05 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-08-23 19:52:05 +0000
commit07a3b59279c4f67188b428fb315e1761a04e8116 (patch)
tree87e2b2d0219a3dc5adb28792ae59a425b39aad43 /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
parent236f8012c942bbf49bd4ff0eb5ea287b0f47f9f2 (diff)
downloadbcm5719-llvm-07a3b59279c4f67188b428fb315e1761a04e8116.tar.gz
bcm5719-llvm-07a3b59279c4f67188b428fb315e1761a04e8116.zip
[OPENMP5]Use nonmonotonic modifier by default for non-static and
non-ordered loops. According to OpenMP 5.0, 2.9.2 Worksharing-Loop Construct, Desription, If the static schedule kind is specified or if the ordered clause is specified, and if the nonmonotonic modifier is not specified, the effect is as if the monotonic modifier is specified. Otherwise, unless the monotonic modifier is specified, the effect is as if the nonmonotonic modifier is specified. The first part of this requirement is implemented in runtime. Patch adds support for the second, nonmonotonic, part of this requirement. llvm-svn: 369801
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud