1
Fork 0

Port branch protection on aarch64

This commit is contained in:
SLASHLogin 2022-08-26 00:03:53 +02:00
parent ec1e101e1b
commit 59b8aedf0e
3 changed files with 9 additions and 1 deletions

View file

@ -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;