www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.30.0

reply kinke <noone nowhere.com> writes:
Glad to announce LDC 1.30.0. Major changes:

- Based on D 2.100.1.
- LLVM for prebuilt packages bumped to v14.0.3. All target 
architectures supported by LLVM are enabled now.
- Dropped LDC ltsmaster (v0.17.x) as supported host compiler. 
Like DMD, the min D version for bootstrapping is v2.079 (or GDC 
v9.x) now.
- Dropped support for LLVM < 9.
- New LeakSanitizer support via `-fsanitize=leak`.
- New prebuilt universal macOS package, runnable on both x86_64 
and arm64, and enabling x86_64/arm64 macOS/iOS cross-compilation 
targets out of the box.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.30.0

Thanks to all contributors & sponsors!
Jul 20 2022
next sibling parent "H. S. Teoh" <hsteoh qfbox.info> writes:
On Wed, Jul 20, 2022 at 06:43:05PM +0000, kinke via Digitalmars-d-announce
wrote:
 Glad to announce LDC 1.30.0. Major changes:
 
 - Based on D 2.100.1.
 - LLVM for prebuilt packages bumped to v14.0.3. All target architectures
 supported by LLVM are enabled now.
 - Dropped LDC ltsmaster (v0.17.x) as supported host compiler. Like DMD, the
 min D version for bootstrapping is v2.079 (or GDC v9.x) now.
 - Dropped support for LLVM < 9.
 - New LeakSanitizer support via `-fsanitize=leak`.
 - New prebuilt universal macOS package, runnable on both x86_64 and arm64,
 and enabling x86_64/arm64 macOS/iOS cross-compilation targets out of the
 box.
 
 Full release log and downloads:
 https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
 
 Thanks to all contributors & sponsors!
Awesome stuff! Thanks LDC team for all their hard work in continuing to bring us a top-of-the-line D compiler! --T
Jul 20 2022
prev sibling next sibling parent reply =?UTF-8?Q?Christian_K=c3=b6stlin?= <christian.koestlin gmail.com> writes:
On 2022-07-20 20:43, kinke wrote:
 Glad to announce LDC 1.30.0. Major changes:
 
 - Based on D 2.100.1.
 - LLVM for prebuilt packages bumped to v14.0.3. All target architectures 
 supported by LLVM are enabled now.
 - Dropped LDC ltsmaster (v0.17.x) as supported host compiler. Like DMD, 
 the min D version for bootstrapping is v2.079 (or GDC v9.x) now.
 - Dropped support for LLVM < 9.
 - New LeakSanitizer support via `-fsanitize=leak`.
 - New prebuilt universal macOS package, runnable on both x86_64 and 
 arm64, and enabling x86_64/arm64 macOS/iOS cross-compilation targets out 
 of the box.
 
 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
 
 Thanks to all contributors & sponsors!
Thanks for the new release. On a sidenote I am having problem downloading any 2.100.1 dmd version from dlang.org. Is it just me? Old releases are available on http://downloads.dlang.org/releases but not the 2.100.1. Kind regards, Christian
Jul 21 2022
next sibling parent James Blachly <james.blachly gmail.com> writes:
On 7/21/22 6:18 AM, Christian Köstlin wrote:
 Thanks for the new release.
 On a sidenote I am having problem downloading any 2.100.1 dmd version 
 from dlang.org. Is it just me? Old releases are available on 
 http://downloads.dlang.org/releases but not the 2.100.1.
 
 Kind regards,
 Christian
There is a known problem with this for at least a week or two. I believe ryukk_ filed a PR to fix, not sure if has been merged yet.
Jul 22 2022
prev sibling parent Kagamin <spam here.lot> writes:
On Thursday, 21 July 2022 at 10:18:22 UTC, Christian Köstlin 
wrote:
 On a sidenote I am having problem downloading any 2.100.1 dmd 
 version from dlang.org.
A great moment, ldc is released before dmd :D
Jul 25 2022
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/20/2022 11:43 AM, kinke wrote:
 Glad to announce LDC 1.30.0.
Yay!
Jul 28 2022