Open x1tan opened 3 years ago
Debuginfo is likely lying around in .pdb
files now.
My current workaround: using a custom target with "is-like-msvc": false
builds PEs with the debug sections in place.
Debuginfo is likely lying around in
.pdb
files now.
No, the .pdb
files don't contain any symbols now. However, the workaround seems reasonable.
No, the
.pdb
files don't contain any symbols now.
If that's true, then it's a bug. Are you sure that you are enabling debuginfo in general, and use the right tooling to read symbols from PDBs?
I assume this has not been taken care of, right?
@rustbot label +P-medium +regression-from-stable-to-stable
@rustbot label -regression-untriaged
Since nightly-2020-11-15 building a binary for the x86_64-unknown-uefi target (dev/debug build) does not include debug symbols anymore.
I expected to see this happen:
Instead, this happened:
Version it worked on
nightly-2020-11-14
Version with regression
nightly-2020-11-15
Possible commits
cargo-bisect-rustc
identified the following commits:PR #78959 appears to be (at least) related to UEFI.
@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged