-Z split-dwarf-kind={single,split}
is undocumented in the unstable book
#135526
Labels
A-CLI
Area: Command-line interface (CLI) to the compiler
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Implementation history:
-Z run-dsymutil
as-C split-debuginfo
#79570:-Z split-dwarf=single
became-C split-debuginfo=packed
-Z split-dwarf=split
became-C split-debuginfo=unpacked
-Z split-dwarf-kind={single,split}
to fill in the gap.This unstable compiler flag doesn't seem to have an entry in the unstable book, I only discovered them while looking at
tests/run-make/split-debuginfo
. It would be nice to document its behavior and also the meaning of its values.The text was updated successfully, but these errors were encountered: