aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
diff options
context:
space:
mode:
authorNimish Mishra <neelam.nimish@gmail.com>2022-09-05 01:45:54 +0530
committerNimish Mishra <neelam.nimish@gmail.com>2022-09-05 01:49:30 +0530
commit1f734b0d1731bf15fe2501ec04f65658ad4a87a6 (patch)
tree012d164fdd7605d747edd06d87ec6076302f007d /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
parent95db37320d3c776e98e653c0761930b6636cd268 (diff)
downloadllvm-1f734b0d1731bf15fe2501ec04f65658ad4a87a6.zip
llvm-1f734b0d1731bf15fe2501ec04f65658ad4a87a6.tar.gz
llvm-1f734b0d1731bf15fe2501ec04f65658ad4a87a6.tar.bz2
[flang][OpenMP] Handle private/firstprivate clauses on sections construct
This patch adds private/firstprivate support for sections construct. For a source like the following: ``` !$omp sections private(x) firstprivate(y) !$omp section <block of code> !$omp section <block of code> !$omp end sections ``` ...privatization proceeds to privatize `x` and `y` accordingly inside each of the generated `omp.section` operations. Reviewed By: peixin Differential Revision: https://reviews.llvm.org/D131463
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions