summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-10-18 15:03:28 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-10-18 16:37:28 -0500
commit8c1449a84d61f6caa4b6e63f262b2c8976949548 (patch)
tree287b9d50a4535a381785aecb0277bf3a18cb5293 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent316d4f96f22afa6630ee1069e48f970362f50f0a (diff)
[OpenMP] Make kernels have protected visibility
This patch changes the kernels generated by OpenMP to have protected visibility. This is unlikely to change anything functionally. However, protected visibility better matches the behaviour of these GPU kernels. We do not expect any pending shared library load to preempt these kernels so we can specify a more restrictive visibility. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D136198
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions