aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2024-09-22 18:17:14 +1000
committerLang Hames <lhames@gmail.com>2024-09-22 18:51:17 +1000
commit0074cea432e268ed126b12c6e7fd4df2e1707a77 (patch)
tree435e7b3f76b8503c6722c10869d62394e3215868 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente4e3ff5adc8b374be0620223ea2b654adde038ea (diff)
downloadllvm-0074cea432e268ed126b12c6e7fd4df2e1707a77.zip
llvm-0074cea432e268ed126b12c6e7fd4df2e1707a77.tar.gz
llvm-0074cea432e268ed126b12c6e7fd4df2e1707a77.tar.bz2
[ORC] Get rid of ObjectLinkingLayer::Plugin::getSyntheticSymbolDependencies.
Instead, when a MaterializationResponsibility contains an initializer symbol, the Platform classes (MachO, COFF, ELFNix) will now add a defined symbol with the same name to an arbitary block within the initializer sections, and then add keep-alive edges from that symbol to all other init section blocks. ObjectLinkingLayer is updated to automatically discard symbols where the corresponding MaterializationResponsibility entry has the MaterializationSideEffecstsOnly flag. This change simplifies both the ObjectLinkingLayer::Plugin interface and the dependence tracking algorithm, which no longer needs a special case for "synthetic" (MaterializationSideEffectsOnly) symbols.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions