[Lldb-commits] [PATCH] The great Python split
Greg Clayton
clayborg at gmail.com
Fri Feb 27 13:13:38 PST 2015
So the LLDBWrapPython.cpp is only made along with all of the files inside source/API, which is the public lldb::SB API layer. the LLDB.framework target is what creates these and I am guessing the make/cmake stuff also only makes the swig bindings when this is created. For that reason we can't rely upon ScriptInterpreterPython.cpp being able to link these files. We might be able to if we move your ScriptInterpreter folder into "lldb/source/API"? Then the stuff inside "lldb/source/API" could require that "lldb/source/API/ScriptInterpreter" be linked, but only if we enable python.
http://reviews.llvm.org/D7946
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list