summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-01-14 17:21:46 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-01-18 12:53:20 -0500
commitd081bfcd17c1c704776a0964d239f19f6acde93d (patch)
tree20aeae78805f4a33a3dcfa7afb832a3110b1885a /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentdcb83b236421d5a4d6e767ee43ae1cdab5fce0f2 (diff)
[OpenMP] Remove hidden visibility for declare target variables
This patch changes the visiblity of variables declared within a declare target directive. Variable declarations within a declare target directive need to be externally visible to the plugin for initialization or reading. Previously this would cause runtime errors where the named global could not be found because it was not included in the symbol table. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D117362
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions