Move LinkerInfo into CrateInfo

This commit is contained in:
bjorn3
2021-07-06 15:31:38 +02:00
parent 9a27044f42
commit 323a74779f
7 changed files with 12 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ pub fn disable_localization(linker: &mut Command) {
/// For all the linkers we support, and information they might
/// need out of the shared crate context before we get rid of it.
#[derive(Encodable, Decodable)]
#[derive(Debug, Encodable, Decodable)]
pub struct LinkerInfo {
pub(super) target_cpu: String,
exports: FxHashMap<CrateType, Vec<String>>,