rust/compiler/rustc_codegen_ssa
Jamie Cunliffe 7c98b3cfe3 Keep metadata when using gc-sections with profile-generate.
When building with profile-generate request that metadata is kept
during the gc_sections call, as this can sometimes strip out profile
data.
This missing information in the prof files can then result in missing
functions when using the profile information.
2021-07-14 13:32:51 +01:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.