[PATCH] D52296: [Clang] - Add -gsingle-file-split-dwarf option.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 19 11:09:48 PDT 2018
dblaikie added a comment.
@echristo
> As far as the standard text here, IMO it was just there in case people didn't have an objcopy around or don't want to split it. I'm not sure why we would want the ability.
I think others have mentioned - but with distributed build it might be easier to keep it as a single file because your build system already knows how to ship around those files.
> That said, if we do I'd rather have it as dwarf5 without split-dwarf as an option rather than a -gsingle-file-split-dwarf option.
Any suggestions on the name?
https://reviews.llvm.org/D52296
More information about the cfe-commits
mailing list