Skip to content

-C split-debuginfo={off,packed,unpacked} is (effectively) untested on windows-msvc and windows-gnu (well, windows generally) #135531

Open
@jieyouxu

Description

@jieyouxu

tests/run-make/split-debuginfo has this:

ifdef IS_WINDOWS
# Windows only supports packed debuginfo - nothing to test.
off:
packed:
unpacked:

Which lumps windows-msvc and windows-gnu together, and also doesn't test anything on windows altogether.

Noticed while working on porting split-debuginfo to rmake.rs.

If this is tested somewhere else, well, it's clearly not in this run-make test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-run-makeArea: port run-make Makefiles to rmake.rsA-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.O-windows-gnuToolchain: GNU, Operating system: WindowsO-windows-msvcToolchain: MSVC, Operating system: WindowsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions