aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-07-22 10:31:39 -0400
committerNico Weber <thakis@chromium.org>2021-07-22 11:43:49 -0400
commit9d43c000e1b8ddbfe4fc69b04fa68088f5d813ce (patch)
tree7a2ef71417da95e081ec5641a99e959741f0cdc3 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
parentf828f0a90fb14d10dbb5ac2d55c62d9dafdf8721 (diff)
downloadllvm-9d43c000e1b8ddbfe4fc69b04fa68088f5d813ce.zip
llvm-9d43c000e1b8ddbfe4fc69b04fa68088f5d813ce.tar.gz
llvm-9d43c000e1b8ddbfe4fc69b04fa68088f5d813ce.tar.bz2
[lld/mac] Move handling of special undefineds later
treatUndefinedSymbol() was previously called before gatherInputSections() and markLive() for these special symbols, but after them for normal undefineds. For PR50760, treatUndefinedSymbol() will have to potentially create sections, so it's good to move treatUndefinedSymbol() for special undefineds later, so that it can assume that gatherInputSections() and markLive() has already been called always. No intended behavior change, but part of PR50760 (and covered in tests in the patch for the full feature). Differential Revision: https://reviews.llvm.org/D106552
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions