Introduce dedicated -Zdylib-lto
flag for enabling LTO on dylib
s
This commit is contained in:
parent
cba16819a1
commit
c5c86806c8
11 changed files with 66 additions and 13 deletions
|
@ -127,6 +127,9 @@ pub enum LinkRlibError {
|
|||
|
||||
#[diag(codegen_ssa_rlib_not_found)]
|
||||
NotFound { crate_name: Symbol },
|
||||
|
||||
#[diag(codegen_ssa_rlib_incompatible_dependency_formats)]
|
||||
IncompatibleDependencyFormats { ty1: String, ty2: String, list1: String, list2: String },
|
||||
}
|
||||
|
||||
pub struct ThorinErrorWrapper(pub thorin::Error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue