Building latest LDC on windows

Temtaime temtaime at gmail.com
Sun Sep 8 07:26:06 PDT 2013


I've fixed runtime to use MSVCRT, everything except one goes ok.

Now last problem is on handling exceptions. LDC uses DWARF2 
functions from GCC.
Why not instrinsics from LLVM? LLVM supports SJLJ exception 
handling.

http://llvm.org/docs/ExceptionHandling.html

I don't know just now how properly rewrite exception handling in 
LDC to use LLVM functions.

I'll respect the one who can help deal with it.


More information about the digitalmars-d-ldc mailing list