summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2021-08-06 10:53:51 -0400
committerHuber, Joseph <huberjn@ornl.gov>2021-08-06 17:53:04 -0400
commit41a6b50c25961addc04438b567ee1f4ef9e40f98 (patch)
treea362f841d18c02ce4c28b610b41b1b8e60a4f16d /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent0369714b31682dc36e55f1a2b3a36c25fb1b6f98 (diff)
[OpenMP]Fix PR51349: Remove AlwaysInline for if regions.
After D94315 we add the `NoInline` attribute to the outlined function to handle data environments in the OpenMP if clause. This conflicted with the `AlwaysInline` attribute added to the outlined function. for better performance in D106799. The data environments should ideally not require NoInline, but for now this fixes PR51349. Reviewed By: mikerice Differential Revision: https://reviews.llvm.org/D107649
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions