We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a224101 commit 059f00dCopy full SHA for 059f00d
src/lib.rs
@@ -361,7 +361,7 @@ impl WriteBackendMethods for GccCodegenBackend {
361
_exported_symbols_for_lto: &[String],
362
each_linked_rlib_for_lto: &[PathBuf],
363
modules: Vec<FatLtoInput<Self>>,
364
- ) -> Result<ModuleCodegen<Self::Module>, FatalError> {
+ ) -> ModuleCodegen<Self::Module> {
365
back::lto::run_fat(cgcx, each_linked_rlib_for_lto, modules)
366
}
367
0 commit comments