summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.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 12:53:24 -0500
commit0203ff19602d9d90e03653062dbb19cc13afa956 (patch)
treedfc9a4fd3c80491ddbad79dbea96652371e4ef75 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentd081bfcd17c1c704776a0964d239f19f6acde93d (diff)
[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/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions