OS X linker warnings

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Oct 27 02:18:51 PDT 2015


On 27 Oct 2015, at 11:14, John Colvin via digitalmars-d-ldc wrote:
> one for every object file. Is there some way of fixing this?

This only started appearing with Xcode 7. Note that 15.0 is the Darwin 
version, whereas 10.11 is the "public" OS X release number. Not sure 
what is going on there.

If you want to give it a try, I'd start comparing the object files with 
what Clang produces (e.g. using macho-dump).

  — David


More information about the digitalmars-d-ldc mailing list