Merge two operations that were always performed together

This commit is contained in:
Oli Scherer
2025-02-14 17:27:49 +00:00
parent ea7180813b
commit ce7f58bd91
5 changed files with 71 additions and 77 deletions

View File

@@ -362,8 +362,8 @@ fn fat_lto(
ptr as *const *const libc::c_char,
symbols_below_threshold.len() as libc::size_t,
);
save_temp_bitcode(cgcx, &module, "lto.after-restriction");
}
save_temp_bitcode(cgcx, &module, "lto.after-restriction");
}
Ok(LtoModuleCodegen::Fat(module))