rust/compiler/rustc_codegen_ssa/src/back
bors cf0fa76f27 Auto merge of #101988 - petrochenkov:flavor2, r=lqd
rustc_target: Refactor internal linker flavors

In accordance with the design from https://github.com/rust-lang/rust/pull/96827#issuecomment-1208441595

`lld_flavor` and `linker_is_gnu` fields are removed from internal target specs, but still parsed from JSON specs using compatibility layer introduced in https://github.com/rust-lang/rust/pull/100552.
r? `@lqd`
2022-10-07 03:35:02 +00:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs change rlib format to discern native dependencies 2022-09-12 16:45:03 +03:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs rustc_target: Refactor internal linker flavors 2022-10-06 13:41:12 +04:00
linker.rs rustc_target: Refactor internal linker flavors 2022-10-06 13:41:12 +04:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs linker: Update some outdated comments 2022-07-31 22:09:41 +03: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 Fix a bunch of typo 2022-08-31 18:24:55 +08:00
write.rs Remove -Ztime option. 2022-10-06 15:49:44 +11:00