www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - LLVM 3.3 released

reply "Szymon Gatner" <noemail gmail.com> writes:
ChangeLog explicitly mentions LDC, is that the previously 
announced 0.11.0 or something else?

http://llvm.org/releases/3.3/docs/ReleaseNotes.html
Jun 18 2013
parent reply "Kai Nacke" <kai redstar.de> writes:
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
Jun 18 2013
next sibling parent reply "David Nadlinger" <code klickverbot.at> writes:
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
Jun 18 2013
parent "Szymon Gatner" <noemail gmail.com> writes:
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?
Jun 18 2013
prev sibling parent "Szymon Gatner" <noemail gmail.com> writes:
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.
Jun 18 2013