diff options
author | Shraiysh Vaishay <Shraiysh.Vaishay@amd.com> | 2022-03-18 20:37:25 +0530 |
---|---|---|
committer | Shraiysh Vaishay <Shraiysh.Vaishay@amd.com> | 2022-03-18 21:55:35 +0530 |
commit | ae1623b30645fd9a3ded019114678d1c34af1621 (patch) | |
tree | 95db00fe696b3d5156aa0d15f29dd5337506ecec /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 831ab35b2fc7ce2815a96e866b89ec4a0b8c2829 (diff) | |
download | llvm-ae1623b30645fd9a3ded019114678d1c34af1621.zip llvm-ae1623b30645fd9a3ded019114678d1c34af1621.tar.gz llvm-ae1623b30645fd9a3ded019114678d1c34af1621.tar.bz2 |
[flang][Parser] Add a node for individual sections in sections construct
This patch adds parser nodes for each indivudual section in sections
construct. This should help with the translation to FIR. `!$omp section`
was not recognized as a construct and hence needed special handling.
`OpenMPSectionsConstruct` contains a list of `OpenMPConstruct`. Each
such `OpenMPConstruct` wraps an `OpenMPSectionConstruct`
(section, not sections). An `OpenMPSectionConstruct` is a wrapper around
a `Block`.
Reviewed By: kiranchandramohan, peixin
Differential Revision: https://reviews.llvm.org/D121680
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions