LLVM 3.7 released - LDC is ready to use it!

2015-09-01 Thread Kai Nacke via Digitalmars-d-announce

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


Re: LLVM 3.7 released - LDC is ready to use it!

2015-09-01 Thread Justin Whear via Digitalmars-d-announce
On Tue, 01 Sep 2015 21:45:30 +, 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!


Re: LLVM 3.7 released - LDC is ready to use it!

2015-09-01 Thread Joakim via Digitalmars-d-announce

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.