Kai Nacke
Kai Nacke
It's incomplete and AIX support in LLVM is right now missing.
Changed the code according to your proposal. Looks much better now, thanks!
Hm. Why does the PR not close after manually merging?
What would be the right way? Define a new `CRuntime_MinGW`?
@kinke We need to rewrite the exception handling code for Win32 MSVC. It compiles fine but even a trivial application doesn't link because of the missing EH support. (Tried it...
The stuff for MinGW is present in druntime/Phobos. As @kinke said you have to solve a puzzle: which of the pieces are required for MinGW? It is not really complicated...