rust/compiler/rustc_codegen_llvm/src/debuginfo
Matthias Krüger 1c42199c8f
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
2021-12-18 14:49:38 +01:00
..
create_scope_map.rs Fix clippy lints 2021-10-01 23:17:19 +02:00
doc.md Cleanup LLVM debuginfo module docs 2021-03-20 14:38:49 -07:00
gdb.rs Fix clippy lints 2021-10-01 23:17:19 +02:00
metadata.rs Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco 2021-12-18 14:49:38 +01:00
mod.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00
namespace.rs Improve debug symbol names to avoid ambiguity and work better with MSVC's debugger 2021-06-30 11:10:29 -07:00
utils.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00