[Lldb-commits] [PATCH] D18520: Initialize ProcessWindowsLive when building LLDB with MinGW

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 28 12:45:01 PDT 2016


zturner added inline comments.

================
Comment at: source/API/SystemInitializerFull.cpp:90
@@ -89,3 +89,3 @@
 
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) || defined(__MINGW32__)
 #include "lldb/Host/windows/windows.h"
----------------
Just use `LLVM_ON_WIN32` for both of these places, otherwise looks good.


http://reviews.llvm.org/D18520





More information about the lldb-commits mailing list