ld: warning: pointer not aligned at address on iOS

kinke noone at nowhere.com
Sun Mar 22 12:13:40 UTC 2020


On Sunday, 22 March 2020 at 08:01:33 UTC, Jacob Carlborg wrote:
> Yeah, that's it. If I run with 
> `--preserve-dwarf-line-section=false` the problem is gone. 
> That's unfortunate :(. It seem to run properly anyway.

Well, it was clear from the beginning that that's a hack, and the 
proper fix needs to be in druntime, not relying on extra 
preserved sections for backtrace lineinfos 
(https://issues.dlang.org/show_bug.cgi?id=20510).

On the plus side, it should only affect builds with debuginfos 
and can be disabled without hacking LDC (thx, I forgot about that 
switch).


More information about the digitalmars-d-ldc mailing list