[Lldb-commits] [lldb] r204459 - Don't build LLDBWrapPython.cpp for mingw.

Abid, Hafiz Hafiz_Abid at mentor.com
Mon Mar 24 02:49:35 PDT 2014


Ed,
In that case, I think we should check for both things. Keeps the check for 
LLDB_DISABLE_PYTHON in place. Add mingw as additional case to fix my build too.
If that sounds reasonable then please let me know and I will fix it.

Thanks,
Abid


> -----Original Message-----
> From: carpeddiem at gmail.com [mailto:carpeddiem at gmail.com] On Behalf Of
> Ed Maste
> Sent: 21 March 2014 17:30
> To: Abid, Hafiz
> Cc: lldb-commits at cs.uiuc.edu
> Subject: Re: [Lldb-commits] [lldb] r204459 - Don't build LLDBWrapPython.cpp
> for mingw.
> 
> On 21 March 2014 11:25, Abid, Hafiz <Hafiz_Abid at mentor.com> wrote:
> > Hi Ed,
> > Currently, LLDB_DISABLE_PYTHON is only defined in the autoconf system
> for mingw.
> > You are right that now we will have to take care of this in 2 places
> > if some other system comes along that needs this switch.
> 
> I mean for cases where the user wants to manually disable the Python
> bindings, on the configure or cmake command line.
> 
> In my case we're including LLDB in the FreeBSD base system, which doesn't
> include Python.  That uses its own build infrastructure, but I occasionally test
> the stock upstream source by configuring with -DLLDB_DISABLE_PYTHON.
> 
> -Ed




More information about the lldb-commits mailing list