-C split-debuginfo=packed
generates duplicate .dwp files for shared objects
#109309
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: rustc/cargo generate a large .dwp file for rustc_driver.so and a small .dwp file for rustc-main.
Instead, this happened: Both crates have duplicate .dwp files:
Meta
beta is
rust/src/stage0.json
Lines 19 to 22 in bb8a0ff
The text was updated successfully, but these errors were encountered: