rust/compiler/rustc_codegen_ssa/src/back
bors b548d9f1c6 Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrum
Don't use gc-sections with profile-generate.

When building with profile-generate don't call gc_sections as this can
can sometimes strip out profile data. This missing information in the
prof files can then result in missing functions when using the profile
information.

#78226

r? `@Mark-Simulacrum`
2021-07-18 23:14:31 +00:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs Add first cut of functionality for #58713: support for #[link(kind = "raw-dylib")]. 2021-06-04 18:01:35 -07:00
command.rs Instruct lld that our @ files are posix-style, not Windows 2020-10-05 08:01:44 -04:00
link.rs Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrum 2021-07-18 23:14:31 +00:00
linker.rs Fold LinkerInfo into CrateInfo 2021-07-06 18:28:07 +02:00
lto.rs Support -C passes in NewPM 2021-05-08 10:58:08 +02:00
metadata.rs rustc: Store metadata-in-rlibs in object files 2021-06-04 10:05:20 -07: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 Rename all_crate_nums query to crates and remove useless wrapper 2021-07-01 16:51:11 +02:00
write.rs Move LinkerInfo into CrateInfo 2021-07-06 15:31:38 +02:00