LDC 1.2.0 has been released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Apr 23 04:40:20 PDT 2017


Hi everyone!

On behalf of the LDC team I announce the new 1.2.0 release!
It is based on the 2.072.2 front-end and supports LLVM 3.5-4.0.

Highlights of this release are the new frontend, support for LLVM 
4.0, better cross-compiling support for floating points and a ton 
of fixes to increase robustness of the compiler. Be sure to read 
the change log at the GitHub release page for all the details. 
The packages are available for download at the same page.
https://github.com/ldc-developers/ldc/releases/tag/v1.2.0

MD5 checksums for the release packages:

68a19f08047c38518699351154ed156f  ldc-1.2.0-src.tar.gz
f9c36bdcc4a0f3502b3ba0d6b913cf3e  ldc2-1.2.0-freebsd-x86_64.tar.xz
a57072691c26ca32ad08fa981d5acaa6  ldc2-1.2.0-linux-x86.tar.xz
fa24f73702355a430677d85c9b0e3200  ldc2-1.2.0-linux-x86_64.tar.xz
6b97b2508233ecf35c2add95a2d81666  ldc2-1.2.0-osx-x86_64.tar.xz
fa298a80bdeb9eb8b7b71b8de1fef545  ldc2-1.2.0-win32-msvc.zip
be187180cec83003cc29ffba7e41032f  ldc2-1.2.0-win64-msvc.zip

Regarding the binaries:
The Linux x86/x86_64 binaries are built on Ubuntu 12.04 LTS with 
gcc 4.8.x and LLVM 4.0.0. They work on Ubuntu 12.04 LTS (or 
later) without installing additional software.

The OS X binaries and the FreeBSD binaries are built with LLVM 
4.0.0.

The Win32 and Win64 MSVC versions are built with VS2015 and LLVM 
3.9.1 (due to a regression in LLVM 4.0).

Please be sure to report any bugs at 
https://github.com/ldc-developers/ldc/issues, and feel free to 
drop by at the digitalmars.D.ldc forums 
(http://forum.dlang.org/group/digitalmars.D.ldc) for any 
questions or comments.

Thanks to everybody involved in making this happen. Onward to 
1.3.0!

Regards,
Kai



More information about the digitalmars-d-ldc mailing list