linker: Remove -Zgcc-ld
option
It is subsumed by `-Clinker-flavor=*-lld-cc -Clink-self-contained=+linker` options now
This commit is contained in:
parent
1516ca1bc0
commit
b563595c6e
11 changed files with 27 additions and 68 deletions
|
@ -489,10 +489,6 @@ pub struct RlibArchiveBuildFailure {
|
|||
pub error: Error,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa_option_gcc_only)]
|
||||
pub struct OptionGccOnly;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
pub enum ExtractBundledLibsError<'a> {
|
||||
#[diag(codegen_ssa_extract_bundled_libs_open_file)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue