summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-09-01 00:26:42 +0300
committerMartin Storsjö <martin@martin.st>2023-09-01 21:16:58 +0300
commitc2019c416c8d7ec50aec6ac6b82c9aa4e99b0f6f (patch)
treebc1ab97d92aeab4705626fb51c61bae021859da0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parenta23b9b7ef13462c5a345512b2e65b9ae486217fa (diff)
[OpenMP] [test] Fix target_thread_limit.cpp to not assume 4 or more cores
Previously, the test ran a section with #pragma omp target thread_limit(4) and expected it to execute exactly 4 times, even though it would in practice execute min(cores, 4) times. Increment a counter and check that it executed 1-4 times. Differential Revision: https://reviews.llvm.org/D159311
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions