[cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-11 Thread Maarten Verhage via cfe-users
Dear LLVM/clang people, I’m new to LLVM. I used TDM-GCC toolchain with gcc version 5.1.0 before but I want to move on getting LLVM and Clang to work on my system: Windows 7 64bit. I would like to go for a MinGW64 toolchain to build the newest version of LLVM and clang. I downloaded MinGW-W64

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-13 Thread Maarten Verhage via cfe-users
Hi all, You know, as the compile errors all were in thread_win32.cpp I was suspicious how the build would do with x86_64-win32-seh but that failed because Mingw-w64 did not have the header file mutex. As I have the llvm libcxx library with this mutex header file (among other stuff) would there

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-24 Thread Maarten Verhage via cfe-users
- Original Message - From: "Maarten Verhage" To: Sent: Tuesday, November 13, 2018 13:47 Subject: Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows > Hi all, > > You know, as the compile errors all were in thread_win32.cpp I was > suspicious how the build would do with