[LLVMdev] Structured Exception Handling (SEH) on Windows

Eli Friedman eli.friedman at gmail.com
Wed Jun 3 15:50:45 PDT 2009


On Wed, Jun 3, 2009 at 2:20 PM, Joe Ranieri<joe at alacatialabs.com> wrote:
> Has any progress been made on structured exception handling on
> Windows? I saw a post by Duncan Sands back in September 2008, but
> haven't seen anything since. I'm trying to generate code to run on
> Windows, but would really prefer not to ship libgcc...

I fail to see the connection between SEH support and libgcc; for C++
exceptions to work, you will need libgcc anyway.

-Eli



More information about the llvm-dev mailing list