rust/compiler/rustc_codegen_ssa
Matthias Krüger 59fcb7a2ce
Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco
Append .dwp to the binary filename instead of replacing the existing extension.

gdb et al. expect to find the dwp file at `<binary>`.dwp, even if <binary> already has an extension (e.g. libfoo.so's dwp is expected to be at libfoo.so.dwp).
2023-01-26 07:53:23 +01:00
..
src Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco 2023-01-26 07:53:23 +01:00
Cargo.toml Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum 2023-01-14 08:33:09 +00:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.