[Lldb-commits] [PATCH] The great Python split
Greg Clayton
clayborg at gmail.com
Fri Feb 27 15:32:15 PST 2015
Yes, if we implement this as a plug-in, then we would compile it against the LLDB.framework on MacOSX (like the lldb-tool target in MacOSX).
> On Feb 27, 2015, at 1:22 PM, Zachary Turner <zturner at google.com> wrote:
>
> Can the Xcode project set up a dependency between the entire ScriptInterpreterPython project (or target, or library, I'm not sure what the right term is in Xcode parlance) to the API library? Nothing else Python-related makes sense to compile either if you haven't built API.
>
> On Fri, Feb 27, 2015 at 1:16 PM Greg Clayton <clayborg at gmail.com> wrote:
> So we can make this work if we shuffle things around such that ScriptInterpreterPython.cpp is only built if the "lldb/source//API" stuff is built and we can make LLDBWrapPython.cpp is only created along with the files in "lldb/source/API/ScriptInterpreter/Python"?
>
>
> http://reviews.llvm.org/D7946
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
More information about the lldb-commits
mailing list