On Aug 16, 2018, at 6:55 AM, Iain Sandoe <i...@sandoe.co.uk> 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 benefit over dsymutil). > > This patch produces diagnostic output to note that it's not supported and > disables it. We also skip test cases that invoke -gsplit-dwarf. > > NOTE that the tests failed because of PR81685 and this fix will need to > be back-ported after the fix for 81685. > > OK for trunk?
Ok. > affected branches (7,8)? Ok.