On Friday, 15 February 2013 at 02:41:47 UTC, jerro wrote:
http://wiki.dlang.org/Building_LDC_on_MinGW_x86 for build instructions.

It seems there is a bug in the MinGW TLS support patch linked from that page. This line:

+        DAG.getExternalSymbol("_tls_array"), getPointerTy());

should be

+        DAG.getExternalSymbol("_tls_array", getPointerTy()));

Yes, always those last-minute refactorings…

I fixed the Gist an hour or so ago.

David

Reply via email to