-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
-Z split-dwarf-kind={single,split} is undocumented in the unstable book #135526
Copy link
Copy link
Open
Labels
A-CLIArea: Command-line interface (CLI) to the compilerArea: Command-line interface (CLI) to the compilerA-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-CLIArea: Command-line interface (CLI) to the compilerArea: Command-line interface (CLI) to the compilerA-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Implementation history:
-Z run-dsymutilas-C split-debuginfo#79570:-Z split-dwarf=singlebecame-C split-debuginfo=packed-Z split-dwarf=splitbecame-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.