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

Ed Maste emaste at freebsd.org
Fri Mar 21 06:26:40 PDT 2014


On 21 March 2014 08:53, Hafiz Abid Qadeer <hafiz_abid at mentor.com> wrote:
> Author: abidh
> Date: Fri Mar 21 07:53:28 2014
> New Revision: 204459
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204459&view=rev
> Log:
> Don't build LLDBWrapPython.cpp for mingw.
> Previous check relied on -DLLDB_DISABLE_PYTHON which was not valid as
> it is defined in the top level LLDB Makefile which is included after the check.
> If this check is moved after the inclusion of top level Makefile then
> BUILT_SOURCES is not properly handled. So I am using the scheme present
> in the Host/Makefile.

Won't all non-mingw hosts now try to build LLDBWrapPython.cpp, even if
Python is explicitly disabled via -DLLDB_DISABLE_PYTHON?



More information about the lldb-commits mailing list