https://issues.dlang.org/show_bug.cgi?id=20421
--- Comment #2 from Rainer Schuetze <[email protected]> --- It works out of the box by using the MS linker (still using the mingw libraries that come with dmd). Making the libs SAFESEH compatible would be nice, but I don't think dmd generates appropriate object files anyway. So passing /SAFESEH:NO to lld v9 might be an option. --
