llvm-project/lldb/source/Plugins/ObjectFile
Hafiz Abid Qadeer f6ee79c926 Fix build for mingw.
Summary: I was building lldb using cross mingw-w64 toolchain on Linux and observed some issues. This is first patch in the series to fix that build. It mostly corrects the case of include files and adjusts some #ifdefs from _MSC_VER to _WIN32 and vice versa. I built lldb on windows with VS after applying this patch to make sure it does not break the build there.

Reviewers: zturner, labath, abidh

Subscribers: ki.stfu, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D27759

llvm-svn: 289821
2016-12-15 15:00:41 +00:00
..
ELF [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions 2016-12-05 18:42:21 +00:00
JIT *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Mach-O Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
PECOFF Fix build for mingw. 2016-12-15 15:00:41 +00:00
CMakeLists.txt Make cmake build the new ObjectFileJIT. 2014-03-24 23:11:37 +00:00