[Lldb-commits] [PATCH] D18519: Allow building LLDB on Windows with MinGW 64/4.9.2 and later

Eran Ifrah via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 2 08:54:07 PDT 2016


eran.ifrah updated this revision to Diff 52463.
eran.ifrah marked 3 inline comments as done.
eran.ifrah added a comment.

- I have updated the patch with various indention fixes
- added the -mbig-obj for clang's CMakeLists.txt file (which makes the hack I did earlier in LLDB obsolete)
- answered some of your comments

Please see updated patch


http://reviews.llvm.org/D18519

Files:
  CMakeLists.txt
  cmake/modules/AddLLDB.cmake
  cmake/modules/LLDBConfig.cmake
  include/lldb/Host/windows/win32.h
  source/API/CMakeLists.txt
  source/API/SystemInitializerFull.cpp
  source/Host/common/OptionParser.cpp
  source/Host/windows/EditLineWin.cpp
  source/Host/windows/FileSystem.cpp
  source/Host/windows/ProcessRunLock.cpp
  source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
  source/Plugins/Process/Windows/Live/DebuggerThread.cpp
  source/Target/ProcessLaunchInfo.cpp
  source/Utility/PseudoTerminal.cpp
  tools/CMakeLists.txt
  tools/argdumper/CMakeLists.txt
  tools/driver/CMakeLists.txt
  tools/driver/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18519.52463.patch
Type: text/x-patch
Size: 12103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160402/7fe84ac2/attachment.bin>


More information about the lldb-commits mailing list