This patch is extracted from D71244. The -fsplit-dwarf-inlining option does
not conform to DWARF5 standard. It creates children for Skeleton compilation
unit. We need default behavior to be DWARF5 compatible. Thus, set default
state for -fsplit-dwarf-inlining into "false".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.