Currently when -gsplit-dwarf is specified (could be buried in a build system),
there is no convenient way to cancel debug fission without affecting the debug
information amount (all of -g0, -g1 -fsplit-dwarf-inlining, and -gline-directives-only
can, but they affect the debug information amount).
Details
Details
- Reviewers
dblaikie - Group Reviewers
debug-info - Commits
- rG85c18d3521e8: [Driver] Add -gno-split-dwarf which can disable debug fission
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo