[PATCH] D71304: [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 14:31:32 PST 2019
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
> We need default behavior to be DWARF5 compatible.
I don't think that's actually a huge issue - gdb certainly didn't seem to have a problem with this extra DWARF (& was the only implementation of Split DWARF For a while) - I don't imagine lldb has any problem with it either (because it's been the default for a while, etc).
But, yeah, seems fair to me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71304/new/
https://reviews.llvm.org/D71304
More information about the llvm-commits
mailing list