FYI: Master is now at D 2.074.1

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Jul 28 16:36:21 PDT 2017


On Friday, 28 July 2017 at 21:16:18 UTC, Joakim wrote:
> On Friday, 28 July 2017 at 18:21:39 UTC, kinke wrote:
>> Integrating the patch for LDC on Windows is probably not worth 
>> the effort.
>
> Why not?  It's small and only affects ELF TLS.  It would be 
> nice for the Windows release of ldc to also work as an Android 
> cross-compiler, to be used with the Android NDK for Windows.

Alright, then the MSBuild script will need to be adapted too: 
https://github.com/ldc-developers/ldc-scripts/blob/master/ldc2-msvc/RELEASE.proj
GNU tools like patch can be assumed to be available.

> It is good to test because the apk environment is slightly 
> different from the command-line test-runner environment, 
> because a native apk is a shared library that's invoked by 
> their Java runtime.  I'm not sure if we want to test that as 
> part of ldc too, but it can wait for later, even if we did.

Thanks for explaining, let's wait then. Looking good.


More information about the digitalmars-d-ldc mailing list