aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2022-01-18 16:15:10 +0100
committerPavel Labath <pavel@labath.sk>2022-01-19 12:49:47 +0100
commitb2a162e63bd735742fa22ed8d2465095db386bad (patch)
tree6f4f8e62dfe978eab4367a8e1b88c3629a7318e1 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
parent8bfa7a6dcc274bf46ce1587cf51996a3389ceb63 (diff)
downloadllvm-b2a162e63bd735742fa22ed8d2465095db386bad.zip
llvm-b2a162e63bd735742fa22ed8d2465095db386bad.tar.gz
llvm-b2a162e63bd735742fa22ed8d2465095db386bad.tar.bz2
[lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDB
This macro was being used to select the proper import/export annotations on SB classes. Non-windows clients do not have such requirements. Instead introduce a new macro (LLDB_IN_LIBLLDB), which signals that we're compiling liblldb itself (and should use dllexport). The default (no macro) is to use dllimport. I've moved the macro definition to SBDefines.h, since it only makes sense when building the API library. Differential Revision: https://reviews.llvm.org/D117564
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions