Thread overview
LLVM 3.8 released - and LDC is already able to use it!
Mar 08, 2016
Kai Nacke
Mar 08, 2016
Radu
Mar 09, 2016
Johan Engelen
March 08, 2016
Hi all!

LLVM 3.8 has been released half an hour ago! See the release notes here: http://www.llvm.org/releases/3.8.0/docs/ReleaseNotes.html
Downloads: http://www.llvm.org/releases/download.html#3.8.0

Also note that LDC is mentioned in the release notes as the only external project who is already supporting LLVM 3.8. Just recompile LDC using master or ltsmaster branch from GitHub to use this new LLVM release.

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

Regards,
Kai
March 08, 2016
On Tuesday, 8 March 2016 at 19:12:57 UTC, Kai Nacke wrote:
> Hi all!
>
> LLVM 3.8 has been released half an hour ago! See the release notes here: http://www.llvm.org/releases/3.8.0/docs/ReleaseNotes.html
> Downloads: http://www.llvm.org/releases/download.html#3.8.0
>
> Also note that LDC is mentioned in the release notes as the only external project who is already supporting LLVM 3.8. Just recompile LDC using master or ltsmaster branch from GitHub to use this new LLVM release.
>
> This is the 8th time that LDC and D are mentioned in the LLVM release notes!
>
> Regards,
> Kai

Awesome job guys!

March 09, 2016
On 03/08/2016 02:12 PM, Kai Nacke wrote:
> Hi all!
>
> LLVM 3.8 has been released half an hour ago! See the release notes here:
> http://www.llvm.org/releases/3.8.0/docs/ReleaseNotes.html
> Downloads: http://www.llvm.org/releases/download.html#3.8.0
>
> Also note that LDC is mentioned in the release notes as the only
> external project who is already supporting LLVM 3.8. Just recompile LDC
> using master or ltsmaster branch from GitHub to use this new LLVM release.
>
> This is the 8th time that LDC and D are mentioned in the LLVM release
> notes!

Congrats!! -- Andrei

March 09, 2016
On Tuesday, 8 March 2016 at 19:12:57 UTC, Kai Nacke wrote:
> Hi all!
>
> LLVM 3.8 has been released half an hour ago! See the release notes here: http://www.llvm.org/releases/3.8.0/docs/ReleaseNotes.html
> Downloads: http://www.llvm.org/releases/download.html#3.8.0
>
> Also note that LDC is mentioned in the release notes as the only external project who is already supporting LLVM 3.8. Just recompile LDC using master or ltsmaster branch from GitHub to use this new LLVM release.
>
> This is the 8th time that LDC and D are mentioned in the LLVM release notes!

Very cool :)

(you forgot to mention that we also support LLVM 3.9 ;-))