Thread overview
LLVM 3.7 released - LDC is ready to use it!
Sep 01, 2015
Kai Nacke
Sep 01, 2015
Justin Whear
Sep 02, 2015
Joakim
Sep 07, 2015
deadalnix
September 01, 2015
Hi all!

LLVM 3.7 has been released some minutes ago! See the release notes here: http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html
Downloads: http://llvm.org/releases/download.html#3.7.0

Also note that LDC is mentioned in the release notes as one of the projects who are already supporting LLVM 3.7. Just recompile LDC using master/merge-2.067 branch from GitHub.

This is the 7th time that LDC and D are mentioned in the LLVM release notes!

Regards,
Kai
September 01, 2015
On Tue, 01 Sep 2015 21:45:30 +0000, Kai Nacke wrote:

> This is the 7th time that LDC and D are mentioned in the LLVM release notes!

Fantastic work keeping LDC bleeding edge!
September 02, 2015
On Tuesday, 1 September 2015 at 21:45:32 UTC, Kai Nacke wrote:
> Hi all!
>
> LLVM 3.7 has been released some minutes ago! See the release notes here: http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html
> Downloads: http://llvm.org/releases/download.html#3.7.0
>
> Also note that LDC is mentioned in the release notes as one of the projects who are already supporting LLVM 3.7. Just recompile LDC using master/merge-2.067 branch from GitHub.
>
> This is the 7th time that LDC and D are mentioned in the LLVM release notes!

Nice.  Emulated TLS for ELF was added in llvm 3.7, looking forward to trying that on Android, which doesn't have native TLS.
September 07, 2015
On Tuesday, 1 September 2015 at 21:45:32 UTC, Kai Nacke wrote:
> Hi all!
>
> LLVM 3.7 has been released some minutes ago! See the release notes here: http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html
> Downloads: http://llvm.org/releases/download.html#3.7.0
>
> Also note that LDC is mentioned in the release notes as one of the projects who are already supporting LLVM 3.7. Just recompile LDC using master/merge-2.067 branch from GitHub.
>
> This is the 7th time that LDC and D are mentioned in the LLVM release notes!
>
> Regards,
> Kai

And these champions broke the C API...

In the meantime patches proposed to avoid this happening are stuck in limbos. That's fucking ridiculous.