Re: [Mingw-w64-public] SEH question with clang

2015-08-04 Thread Martell Malone
> > Not sure if this is a good idea, since this means the CRT built by clang > cannot be used by gcc. Maybe modify it to be emitted as clang-crt1.o? > (Along with changing clang to prefer clang-crt1.o if it exists). Well ideally I would be looking at a way to get this asm section to compile under

Re: [Mingw-w64-public] SEH question with clang

2015-08-04 Thread JonY
On 8/5/2015 04:59, Martell Malone wrote: > Hi > > I currently apply this to clang when building mingw-w64-crt for x64 when > building with clang. > This is not exactly a blocker for me because my focus is x86 and arm but > maybe someone has a better work around. > > jon_y? > > Thoughts > Not s

[Mingw-w64-public] SEH question with clang

2015-08-04 Thread Martell Malone
Hi I currently apply this to clang when building mingw-w64-crt for x64 when building with clang. This is not exactly a blocker for me because my focus is x86 and arm but maybe someone has a better work around. jon_y? Thoughts >From 38ff74f5679980d7a251049b53554404d46006bb Mon Sep 17 00:00:00 20