Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ruben Van Boxem
2014-03-17 13:45 GMT+01:00 Ray Donnelly : > Here's a WIP patch for 'better' exception handling, but I've not had > time to finish it (nor will I for a good while - hoping the LLVM/Clang > developers fix it all properly first). It's mostly based on other > peoples' work too, as-per the commit messa

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ray Donnelly
Here's a WIP patch for 'better' exception handling, but I've not had time to finish it (nor will I for a good while - hoping the LLVM/Clang developers fix it all properly first). It's mostly based on other peoples' work too, as-per the commit message .. you may find more up to date stuff if you fol

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear Alexey, I have problems compiling LLVM 3.3, but LLVM 3.4 compiles fine. The issue with 3.4 occurs when linking my project compiled llvm libs. I tried with the pre build libs from your link, and I get the exact same error from the linker such as: error: undefined reference to `__imp_Enumerat

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ruben Van Boxem
2014-03-17 11:19 GMT+01:00 Etienne Sandré-Chardonnal : > Dear all, > > I'm trying to build LLVM with 64-bit mingw. > I use a MinGW build from ruben : > [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z > > > LLVM is configured with: > ./configure --disable-threads --prefix=/mingw

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Alexpux
17 марта 2014 г., в 15:49, Etienne Sandré-Chardonnal написал(а): > Dear Alexey, > > Thanks for the information. > > Do you build this using mingw-clang or mingw-gcc? With mingw-gcc. > I believe I will have to build it myself as things such as exception handling > or thread support make lin

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear Alexey, Thanks for the information. Do you build this using mingw-clang or mingw-gcc? I believe I will have to build it myself as things such as exception handling or thread support make linking rarely work between mingw versions. Regards, Etienne You can try to get precompiled LLVM f

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Alexpux
17 марта 2014 г., в 14:19, Etienne Sandré-Chardonnal написал(а): > Dear all, > > I'm trying to build LLVM with 64-bit mingw. > I use a MinGW build from ruben : > [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z > > > LLVM is configured with: > ./configure --disable-thread

[Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear all, I'm trying to build LLVM with 64-bit mingw. I use a MinGW build from ruben : [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z LLVM is configured with: ./configure --disable-threads --prefix=/mingw/x86_64-w64-mingw32 --enable-targets=x86,x86_64 --host=x86_64-w64-mingw