[LLVMdev] Structured Exception Handling (SEH) on Windows

Anton Korobeynikov anton at korobeynikov.info
Sat Jul 11 01:49:48 PDT 2009


Hello

> What I'd like to end up with is exceptions compatible with DLLs
> generated with Visual Studio C++. I'm not much of a Windows person, so
> don't really know the best way to approach it.
Unfortunately this will hardly be possible regardless whether SEH
would be implemented or not. VCPP uses different (and undocumented!)
class layout, different name mangling, etc. So, the code generated is
simple not compatible at binary level.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list