rust/compiler/rustc_codegen_ssa/src/back
Kyle Huey 2b99b9fd25 Preserve split DWARF files when building archives.
The optimization that removes artifacts when building libraries is correct
from the compiler's perspective but not from a debugger's perspective.
Unpacked split debuginfo is referred to by filename and debuggers need
the artifact that contains debuginfo to continue to exist at that path.

Ironically the test expects the correct behavior but it was not running.
2023-01-15 09:40:46 -08:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs Preserve split DWARF files when building archives. 2023-01-15 09:40:46 -08:00
linker.rs don't restuct references just to reborrow 2022-12-18 17:04:32 +01:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum 2023-01-14 08:33:09 +00:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
symbol_export.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
write.rs Fix some typos in code comments. 2023-01-11 16:46:14 +01:00