[LLVMdev] [PATCH] Seh exceptions on Win64

Yaron Keren yaron.keren at gmail.com
Tue Apr 15 13:42:57 PDT 2014


Hi,

 if (is64Bit && T.getOS() == Triple::MinGW32 && T.getEnvironment() &&
Triple::GNU)

should be

 if (is64Bit && Triple.isWindowsGNUEnvironment())

Yaron






2014-04-15 21:43 GMT+03:00 Martell Malone <martellmalone at gmail.com>:

> Hi,
>
> I'd like to submit a patch to match the clang patch on the front end.
>
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140414/103257.html
>
> The front end doesn't need this patch to work but it's still important.
> This is mostly based on work done by kai from redstar.de
>
> Could I get some feedback on this?
> I'm not sure if the emitting of the register names will effect msvc.
>
> Many Thanks
>
> Martell Malone
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140415/d98b5ec6/attachment.html>


More information about the llvm-dev mailing list