iOS arm64 support coming along nicely

Jeremy DeHaan via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Sep 10 21:41:48 PDT 2015


On Wednesday, 9 September 2015 at 16:10:39 UTC, Dan Olson wrote:
> Dan Olson <gorox at comcast.net> writes:
>
>> Next task is to fix up the C ABI as iOS calling convention [2] 
>> is a variation on AAPCS64.  Started with LDC's 
>> gen/abi-aarch64.cpp, but a couple files of phobos ICE in LLVM 
>> vararg code, which I expect is due to iOS variation.
>
> All of phobos builds now for arm64 and writeln("hello world") 
> works. Haven't tried much else yet.  Getting the C ABI 
> compatible with clang for struct passing will take some more 
> work though.

Fantastic news!

Once that is ready I can do some testing with my SFML binding.

I've actually been waiting for this to come so I could play 
around with it.


More information about the digitalmars-d-ldc mailing list