Exceptional News

jerro a at a.com
Thu Feb 14 18:41:46 PST 2013


> 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()));


More information about the Digitalmars-d mailing list