LDC 1.9.0 beta

solidstate1991 laszloszeremi at outlook.com
Sun Apr 22 23:30:57 UTC 2018


On Sunday, 22 April 2018 at 15:56:49 UTC, kinke wrote:
> Hi everyone,
>
> on behalf of the LDC team, I'm glad to announce the first beta 
> for LDC 1.9. The highlights of this version in a nutshell:
>
> * Based on D 2.079.1, including new `-i` switch and support for 
> a minimal (d)runtime.
> * Support for LLVM 6, used for all prebuilt packages (except 
> for Win32).
> * `-link-internally` able to (cross-)link Windows, Linux and 
> macOS binaries.
> * Prebuilt Linux and macOS packages now shipping with LTO-able 
> druntime/Phobos.
> * Improved support for MIPS targets and the uClibc runtime 
> library.
> * Various fixes, incl. druntime/Phobos/ldc-jit .dylib issues on 
> macOS.
>
> Full release log and downloads: 
> https://github.com/ldc-developers/ldc/releases/tag/v1.9.0-beta1
>
> Thanks to all contributors!

I'm getting a bunch of errors with the inline assembler like this:

  <inline asm>:6:2: error: assembler label 
'L7CPUblit9composing11blitter8bit_eightpixel' can not be   
undefined
          jl L7CPUblit9composing11blitter8bit_eightpixe

However I still ended up getting a .lib file in the end. Is this 
normal or have I done something wrong?


More information about the Digitalmars-d-announce mailing list