summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2021-11-15 13:55:06 -0800
committerSteven Wu <stevenwu@apple.com>2021-11-15 13:55:21 -0800
commitfcd07f810781c1754c2e7e9641fd18b95fa1368c (patch)
tree2f17e06847bedfd57943f7093c61633c4397ea75 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent193c40e9667ca2b173232b393fc72ea9e4944aa3 (diff)
[JITLink] Fix splitBlock if there are symbols span across the boundary
Fix `splitBlock` so that it can handle the case when the block being split has symbols span across the split boundary. This is an error case in general but for EHFrame splitting on macho platforms, there is an anonymous symbol that marks the entire block. Current implementation will leave a symbol that is out of bound of the underlying block. Fix the problem by dropping such symbols when the block is split. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D113912
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions