Thread overview
LDC 1.0.0-beta2 has been released!
May 17, 2016
Kai Nacke
May 17, 2016
Vadim Lopatin
May 17, 2016
Joakim
May 17, 2016
Hi everyone,

LDC 1.0.0-beta2, the LLVM-based D compiler, is available for download!
This BETA release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8.

The 1.0 release will be a major milestone. Please help testing to make it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)

As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
http://forum.dlang.org/post/yryvlznqafivqznwzuyo@forum.dlang.org

Regards,
Kai

May 17, 2016
On Tuesday, 17 May 2016 at 05:51:29 UTC, Kai Nacke wrote:
> Hi everyone,
>
> LDC 1.0.0-beta2, the LLVM-based D compiler, is available for download!
> This BETA release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8.
>
> The 1.0 release will be a major milestone. Please help testing to make it the best release ever!
> We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>
> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
> http://forum.dlang.org/post/yryvlznqafivqznwzuyo@forum.dlang.org
>
> Regards,
> Kai

Does it contain Android support patches?

May 17, 2016
On Tuesday, 17 May 2016 at 10:15:28 UTC, Vadim Lopatin wrote:
> On Tuesday, 17 May 2016 at 05:51:29 UTC, Kai Nacke wrote:
>> Hi everyone,
>>
>> LDC 1.0.0-beta2, the LLVM-based D compiler, is available for download!
>> This BETA release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8.
>>
>> The 1.0 release will be a major milestone. Please help testing to make it the best release ever!
>> We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-)
>>
>> As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:
>> http://forum.dlang.org/post/yryvlznqafivqznwzuyo@forum.dlang.org
>>
>> Regards,
>> Kai
>
> Does it contain Android support patches?

Most, but not all.  Also, the Android support depends on a slightly patched llvm for emulated TLS, so you'd have to build that modified llvm yourself.  However, llvm 3.8 finally came with its own emulated TLS support for ELF, so the plan is to move over to that and have Android support baked into these official ldc releases at some point.