https://issues.dlang.org/show_bug.cgi?id=23310 --- Comment #11 from anonymous4 <dfj1esp02 at sneakemail.com> --- TLS on windows is initialized by the system if the executable has TLS directory, otherwise you get some kind of garbage in place of TLS. LDC might link TLS directory unconditionally. --