summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@legionlabs.com>2022-01-15 21:47:54 -0500
committerAlexandre Ganea <alexandre.ganea@legionlabs.com>2022-01-16 08:57:57 -0500
commitf860fe362282ed69b9d4503a20e5d20b9a041189 (patch)
tree1f85d88798f7bd31cae0059d71c3c7817333afd6 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent070d1034da87c94d86d1a61245ecf068141fdf14 (diff)
[LLD] Remove global state in lldCommon
Move all variables at file-scope or function-static-scope into a hosting structure (lld::CommonLinkerContext) that lives at lldMain()-scope. Drivers will inherit from this structure and add their own global state, in the same way as for the existing COFFLinkerContext. See discussion in https://lists.llvm.org/pipermail/llvm-dev/2021-June/151184.html Differential Revision: https://reviews.llvm.org/D108850
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions