rust/compiler/rustc_codegen_ssa/src/back
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
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
command.rs Instruct lld that our @ files are posix-style, not Windows 2020-10-05 08:01:44 -04:00
link.rs Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco 2021-12-18 14:49:38 +01:00
linker.rs Only use the -dynamiclib flag when the linker is not ld 2021-11-14 18:49:18 +11:00
lto.rs Support -C passes in NewPM 2021-05-08 10:58:08 +02:00
metadata.rs Use object crate for .rustc metadata generation 2021-12-07 09:39:05 +01:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs Remove LibSource 2021-07-05 10:49:07 +02:00
symbol_export.rs Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
write.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00