Function rustc_codegen_ssa::back::link::self_contained_components
source ยท fn self_contained_components(
sess: &Session,
crate_type: CrateType,
) -> LinkSelfContainedComponents
Expand description
Various toolchain components used during linking are used from rustc distribution instead of being found somewhere on the host system. We only provide such support for a very limited number of targets.