> Long time ago we add possibility to build Clang into mingw-builds scripts.
> Now we want to provide Clang builds for mingw-w64 toolchains.
>
> There are two possibilities that we can do:
> *1. *Include clang builds into toolchain archive
> *2.* Provide separate builds of GCC+Clang
>
> I have a qu
>
> > It seems clear to me that you should submit a patch that fixes this to Qt
> > Project, and also if possible file the boost unit_test issue with the
> > mingw-builds project.
> >
> >
> I took the liberty to submit a bug report to the Qt Project:
> https://bugreports.qt-project.org/browse/QTCRE
> It seems clear to me that you should submit a patch that fixes this to Qt
> Project, and also if possible file the boost unit_test issue with the
> mingw-builds project.
>
> I will try to do so (It is kind of hard for an IDE user to submit IDE
patch :( ). And that is why I asked the (original) q
>
> > I was using build by Ruben for Mingw W64 for long times with Qt Creator
> > IDE. However from version 2.7 onward it fails to debug using the gdb
> > shipped by it. The reason is most likely that it fails to parse the gdb
> > version information like GNU gdb (rubenvb-4.7.2-release)
> > 7.5.50.
I was using build by Ruben for Mingw W64 for long times with Qt Creator
IDE. However from version 2.7 onward it fails to debug using the gdb
shipped by it. The reason is most likely that it fails to parse the gdb
version information like GNU gdb (rubenvb-4.7.2-release)
7.5.50.20120920-cvs (Or rathe
If I understand correctly, according to Ruben Van Boxem clang 64 bit
compiler on windows can not be used for compilation as exception handling
is broken.
Also Ruben had clarified that clang 32 bit windows debug information is
also useless and it can not be used to debug a program, though linking
If I want to debug an executable created with clang 3.2 rubenvb build, it
shows DW_FORM_strp pointing outside .debug_str section
The gdb version comes with the build
GNU gdb (rubenvb-4.6.3-2-release) 7.5.50.20121228-cvs
Is there any way I can debug an application compiled with clang 3.2 ?
Thank