[PATCH] D52296: [Clang] - Add -fdwarf-fission=split,single option.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 9 19:35:36 PST 2018
dblaikie added a comment.
OK - thanks for that.
I'm going to make an executive decision on the naming. Let's go with -gsplit-dwarf[=single] (or explicitly -gsplit-dwarf=split, which is the default value when -gsplit-dwarf is specified). Saves adding a new name/flag, avoids the use of the word Fission which isn't a standard term & so best avoided as a way of talking about configuring DWARF standardized functionality.
Could you make that change? & I'll give it another look over after that, but should be fine.
https://reviews.llvm.org/D52296
More information about the cfe-commits
mailing list