Add LTONotSupported
This commit is contained in:
parent
d9aa635969
commit
d0b7e71918
3 changed files with 9 additions and 1 deletions
|
@ -14,6 +14,10 @@ pub(crate) struct LinkageConstOrMutType {
|
|||
pub span: Span
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_gcc::lto_not_supported)]
|
||||
pub(crate) struct LTONotSupported {}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_gcc::unwinding_inline_asm)]
|
||||
pub(crate) struct UnwindingInlineAsm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue