LDC 1.2.0 has been released!

Jon Degenhardt via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Apr 27 14:38:19 PDT 2017


On Sunday, 23 April 2017 at 11:40:20 UTC, Kai Nacke wrote:
> Hi everyone!
>
> On behalf of the LDC team I announce the new 1.2.0 release!
> It is based on the 2.072.2 front-end and supports LLVM 3.5-4.0.

FYI - My travis-ci osx build started failing when travis switched 
to the LDC 1.2 release. I was using default 'osx' and 'ldc' 
setups. On travis, default osx setup is xcode 7.3. With this 
setup there were linker failures:

      error: Invalid bitcode version (Producer: '800.0.42.1_0' 
Reader: '703.0.31_0')

Changing the travis config to use xcode 8.2 solved the issue. I 
used 8.2 rather than 8.3 to avoid the 'pointer not aligned' 
messages that are generated with 8.3.

--Jon



More information about the digitalmars-d-ldc mailing list