Thread overview
LLVM 3.3 released
Jun 18, 2013
Szymon Gatner
Jun 18, 2013
Kai Nacke
Jun 18, 2013
David Nadlinger
Jun 18, 2013
Szymon Gatner
Jun 18, 2013
Szymon Gatner
June 18, 2013
ChangeLog explicitly mentions LDC, is that the previously announced 0.11.0 or something else?

http://llvm.org/releases/3.3/docs/ReleaseNotes.html
June 18, 2013
On Tuesday, 18 June 2013 at 08:49:32 UTC, Szymon Gatner wrote:
> ChangeLog explicitly mentions LDC, is that the previously announced 0.11.0 or something else?
>
> http://llvm.org/releases/3.3/docs/ReleaseNotes.html

LLVM 3.3 is the preferred version for the 0.11.0 release. In fact, the 0.11.0 release can use LLVM 3.0 - 3.3.

The Git head of ldc can also be used with LLVM trunk and requires at least LLVM 3.1.

I hope that answers your question. It was important for us to be mentioned as external project to spread the word about ldc....

Regards
Kai
June 18, 2013
On 18 Jun 2013, at 17:03, Kai Nacke wrote:
> On Tuesday, 18 June 2013 at 08:49:32 UTC, Szymon Gatner wrote:
>> ChangeLog explicitly mentions LDC, is that the previously announced 0.11.0 or something else?
>>
>> http://llvm.org/releases/3.3/docs/ReleaseNotes.html
>
> LLVM 3.3 is the preferred version for the 0.11.0 release.

… except on OS X, where thread local variables with weak linkage are unfortunately broken in 3.3, rendering it completely unusable there.

David
June 18, 2013
On Tuesday, 18 June 2013 at 15:03:30 UTC, Kai Nacke wrote:
> On Tuesday, 18 June 2013 at 08:49:32 UTC, Szymon Gatner wrote:
>> ChangeLog explicitly mentions LDC, is that the previously announced 0.11.0 or something else?
>>
>> http://llvm.org/releases/3.3/docs/ReleaseNotes.html
>
> LLVM 3.3 is the preferred version for the 0.11.0 release. In fact, the 0.11.0 release can use LLVM 3.0 - 3.3.
>
> The Git head of ldc can also be used with LLVM trunk and requires at least LLVM 3.1.
>
> I hope that answers your question. It was important for us to be mentioned as external project to spread the word about ldc....
>
> Regards
> Kai

Yes, thanks, clear now.
June 18, 2013
On Tuesday, 18 June 2013 at 15:23:47 UTC, David Nadlinger wrote:
> On 18 Jun 2013, at 17:03, Kai Nacke wrote:
>> On Tuesday, 18 June 2013 at 08:49:32 UTC, Szymon Gatner wrote:
>>> ChangeLog explicitly mentions LDC, is that the previously announced 0.11.0 or something else?
>>>
>>> http://llvm.org/releases/3.3/docs/ReleaseNotes.html
>>
>> LLVM 3.3 is the preferred version for the 0.11.0 release.
>
> … except on OS X, where thread local variables with weak linkage are unfortunately broken in 3.3, rendering it completely unusable there.
>
> David

So on OS X preferred is version is 3.2?