]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 18 Dec 2021 13:49:38 +0000 (14:49 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 13:49:38 +0000 (14:49 +0100)
commit1c42199c8f62a4b4df6c71a047b28d1cbb075c7f
treecaf29580777bb9efb0c9200a8ab92029cd682555
parentd3f300477b89e70dd42379ba53c0e8ff74e9c694
parent5e481d07d2f962cda0bdb76a1e6c19d99c1be847
Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco

Apply path remapping to DW_AT_GNU_dwo_name when producing split DWARF

`--remap-path-prefix` doesn't apply to paths to `.o` (in case of packed) or `.dwo` (in case of unpacked) files in `DW_AT_GNU_dwo_name`. GCC also has this bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91888
compiler/rustc_codegen_llvm/src/back/write.rs
compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
compiler/rustc_codegen_ssa/src/back/link.rs