[PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64

Rafael Espíndola rafael.espindola at gmail.com
Tue May 21 12:22:23 PDT 2013


Is __register_frame available on any windows setup? If not, shouldn't
you use LLVM_ON_WIN32?

On 19 May 2013 08:50, İsmail Dönmez <ismail at donmez.ws> wrote:
> Hi,
>
> With gcc 4.8.0 mingw now supports SEH on Win64, but __register_frame
> function is not defined in libgcc.
>
> Attached patch disables HAVE_EHTABLE_SUPPORT for gcc on win64, which fixes
> the compilation on such setups.
>
> Please apply.
>
> ismail
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list