www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.39.0

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

* Based on D 2.109.1.
* LLVM for prebuilt packages bumped to v18.1.6.
* musl libc: Misc. bug fixes and removal of libunwind dependency.
* Support for LLVM 11-14 was dropped. The CLI options 
`-passmanager` and `-opaque-pointers` were removed.

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

Thanks to all contributors & sponsors!
Jul 04
next sibling parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
On Thursday, 4 July 2024 at 11:28:56 UTC, kinke wrote:
 Glad to announce LDC 1.39.0. Major changes:

 * Based on D 2.109.1.
 * LLVM for prebuilt packages bumped to v18.1.6.
 * musl libc: Misc. bug fixes and removal of libunwind 
 dependency.
 * Support for LLVM 11-14 was dropped. The CLI options 
 `-passmanager` and `-opaque-pointers` were removed.

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

 Thanks to all contributors & sponsors!
FYI, I want to mention that I truly appreciate how timely LDC is released in the wake of DMD updates! You do a great job, Martin! Especially for those of us who are exclusively on ARM platforms (a lot more now that it's the main arch that Apple uses). -Steve
Jul 04
parent aberba <karabutaworld gmail.com> writes:
On Friday, 5 July 2024 at 00:27:21 UTC, Steven Schveighoffer 
wrote:
 On Thursday, 4 July 2024 at 11:28:56 UTC, kinke wrote:
 Glad to announce LDC 1.39.0. Major changes:

 * Based on D 2.109.1.
 * LLVM for prebuilt packages bumped to v18.1.6.
 * musl libc: Misc. bug fixes and removal of libunwind 
 dependency.
 * Support for LLVM 11-14 was dropped. The CLI options 
 `-passmanager` and `-opaque-pointers` were removed.

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

 Thanks to all contributors & sponsors!
FYI, I want to mention that I truly appreciate how timely LDC is released in the wake of DMD updates! You do a great job, Martin! Especially for those of us who are exclusively on ARM platforms (a lot more now that it's the main arch that Apple uses). -Steve
I imagined you'd be on Intel Mac.
Jul 05
prev sibling parent "H. S. Teoh" <hsteoh qfbox.info> writes:
On Thu, Jul 04, 2024 at 11:28:56AM +0000, kinke via Digitalmars-d-announce
wrote:
 Glad to announce LDC 1.39.0. Major changes:
 
 * Based on D 2.109.1.
 * LLVM for prebuilt packages bumped to v18.1.6.
 * musl libc: Misc. bug fixes and removal of libunwind dependency.
 * Support for LLVM 11-14 was dropped. The CLI options `-passmanager` and
 `-opaque-pointers` were removed.
 
 Full release log and downloads:
 https://github.com/ldc-developers/ldc/releases/tag/v1.39.0
[...] Big thank you to the LDC team for continuing to bring us this awesome compiler! T -- "640K ought to be enough" -- Bill G. (allegedly), 1984. "The Internet is not a primary goal for PC usage" -- Bill G., 1995. "Linux has no impact on Microsoft's strategy" -- Bill G., 1999.
Jul 05