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?
  • LDC 1.9.0 beta kinke via Digitalmars-d-announce
    • Re: LDC 1.9.0 b... solidstate1991 via Digitalmars-d-announce
    • Re: LDC 1.9.0 b... Suliman via Digitalmars-d-announce
      • Re: LDC 1.9... Joakim via Digitalmars-d-announce
        • Re: LDC... kinke via Digitalmars-d-announce
        • Re: LDC... Radu via Digitalmars-d-announce
          • Re:... kinke via Digitalmars-d-announce
          • Re:... Joakim via Digitalmars-d-announce
        • Re: LDC... meppl via Digitalmars-d-announce
          • Re:... Joakim via Digitalmars-d-announce
            • ... Nick Sabalausky (Abscissa) via Digitalmars-d-announce
      • Re: LDC 1.9... Radu via Digitalmars-d-announce

Reply via email to