summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2020-02-11 09:35:52 -0500
committerAlexey Bataev <a.bataev@hotmail.com>2020-02-11 10:10:41 -0500
commit9a3740c33919287fd9aa4e0c6f761619e84c62a7 (patch)
tree43f5645e2fbdabc38b9c64ef9a69142449f2489e /lldb/test/API/python_api/process/TestProcessAPI.py
parentb04885a55c2aa4666a420a5638db75bee9a44fa0 (diff)
[OPENMP50]Add restrictions for memory order clauses in atomic directive.
Added restrictions for atomic directive. 1. If atomic-clause is read then memory-order-clause must not be acq_rel or release. 2. If atomic-clause is write then memory-order-clause must not be acq_rel or acquire. 3. If atomic-clause is update or not present then memory-order-clause must not be acq_rel or acquire.
Diffstat (limited to 'lldb/test/API/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions