Re: [PATCH, Darwin, drivers] Split DWARF is not supported on Darwin.

2018-08-16 Thread Mike Stump
On Aug 16, 2018, at 6:55 AM, Iain Sandoe wrote: > > The Darwin toolchains have a separate debug linker (dsymutil) so that the > link-time penalty for debug data is not usually seen. At present, it's not > clear how we would support split DWARF on Darwin (or if it would bring > any additional

[PATCH, Darwin, drivers] Split DWARF is not supported on Darwin.

2018-08-16 Thread Iain Sandoe
The Darwin toolchains have a separate debug linker (dsymutil) so that the link-time penalty for debug data is not usually seen. At present, it's not clear how we would support split DWARF on Darwin (or if it would bring any additional benefit over dsymutil). This patch produces diagnostic