commit | 8455c44e6cac3aa7bac2cee83e9bd9312f129b51 | [log] [tgz] |
---|---|---|
author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | Fri Mar 21 12:53:28 2014 +0000 |
committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | Fri Mar 21 12:53:28 2014 +0000 |
tree | 6d36d3225c6f8f13c47d69991ba70504fb6f4709 | |
parent | a125d53a7b35cff606b9250feeb64e9761a3a308 [diff] |
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. llvm-svn: 204459