[Lldb-commits] [PATCH] Make build work on MinGW

Keno Fischer kfischer at college.harvard.edu
Wed Jul 30 20:42:25 PDT 2014


I was building LLDB under mingw (x64-4.8.1-posix-seh-rev5) today and these are the changes I needed to make the build work. It would be good if people with different windows configurations could make sure this doesn't break something else. 

I also fixed the Makefile in Interpreter. It used to check for DISABLE_PYTHON but was then changed to check for MinGw (DISABLE_PYTHON is defined automatically for MinGW, but I think it's a valid use case to define it even on other platforms). It now checks for both and actually disables the build of LLDWrapPython if requested to do so (before it would still call the target).

http://reviews.llvm.org/D4737

Files:
  include/lldb/Host/windows/win32.h
  lib/Makefile
  source/Host/windows/EditLineWin.cpp
  source/Host/windows/Windows.cpp
  source/Interpreter/Makefile
  source/Plugins/Makefile
  source/Utility/PseudoTerminal.cpp
  tools/driver/Driver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4737.12054.patch
Type: text/x-patch
Size: 5163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140731/376201f1/attachment.bin>


More information about the lldb-commits mailing list