-C split-debuginfo={off,packed,unpacked} is (effectively) untested on windows-msvc and windows-gnu (well, windows generally) · Issue #135531 · rust-lang/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@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.