aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-01-17 19:55:03 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-01-18 18:19:57 -0500
commit4863fed933c3d85c6dba4c9ae3100c17cc295c6d (patch)
treeaf80c79ce94f205ae7829c4201374bf0c3708060 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
parentca6c9e43ea9ca6b752d4302d692d29e311480da5 (diff)
downloadllvm-4863fed933c3d85c6dba4c9ae3100c17cc295c6d.zip
llvm-4863fed933c3d85c6dba4c9ae3100c17cc295c6d.tar.gz
llvm-4863fed933c3d85c6dba4c9ae3100c17cc295c6d.tar.bz2
[Libomptarget] Fix external visibility for internal variables
After the changes in D117362 made variables declared inside of a target declare directive visible outside the plugin, some variables inside the runtime were given visiblity that conflicted with their address space type. This caused problems when shared or local memory was made externally visible. This patch fixes this issue by making these varialbes static within the module, therefore limiting their visibility to being internal. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D117526
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions