Port branch protection on aarch64
This commit is contained in:
parent
ec1e101e1b
commit
59b8aedf0e
3 changed files with 9 additions and 1 deletions
|
@ -55,3 +55,7 @@ pub(crate) struct SymbolAlreadyDefined<'a> {
|
|||
pub span: Span,
|
||||
pub symbol_name: &'a str,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::branch_protection_requires_aarch64)]
|
||||
pub(crate) struct BranchProtectionRequiresAArch64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue