ld: warning: pointer not aligned at address on iOS

Jacob Carlborg doob at me.com
Sun Mar 22 08:01:33 UTC 2020


On 2020-03-21 20:29, kinke wrote:

> There's only one LDC-specific Mach-O related change potentially related 
> to this, 
> https://github.com/ldc-developers/llvm-project/commit/110deda1bc1cf195983fea8c1107886057987955. 
> [The effect of which can be tested by hacking LDC, grep for 
> `emitMachODwarfLineAsRegularSection`.]

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.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list