On Sat, Apr 28, 2018 at 08:54:00PM +0200, Eric Botcazou wrote: > > I don't know what LLVMish does, or whether it implements the GNU > > DebugFission variant of split DWARF, the DWARF5 variant or something > > else. For GCC -gsplit-dwarf generates GNU DebugFission output > > (including .debug_addr) for older DWARF versions. > > It is described here: https://gcc.gnu.org/wiki/DebugFission > > Yes, that's what I was referring to. DebugFission is the name of the Wiki > page so let's use "GNU split DWARF" or -gsplit-dwarf in the comment please.
-gsplit-dwarf is not appropriate, because that includes the DWARF5 variant thereof. GNU split DWARF extension is ok. Jakub