[llvm-commits] [PATCH] Don't use catch(...) in Win32/Signals.inc.

Mikhail Glushenkov foldr at codedgers.com
Fri Oct 22 04:03:02 PDT 2010


On Thu, Oct 21, 2010 at 11:15:31PM +0200, Mikhail Glushenkov wrote:
>
> Using _set_se_translator is a possibility

Correction: _set_se_translator actually doesn't work on MinGW either. It should
be possible to use __try1/__except1 macros on MinGW and __try/__except on MSVC,
though.

--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



More information about the llvm-commits mailing list