1
Fork 0

Port SanitizerMemtagRequiresMte

This commit is contained in:
SLASHLogin 2022-08-26 12:19:10 +02:00
parent 02403ee31d
commit 978b5f73e4
3 changed files with 9 additions and 1 deletions

View file

@ -80,3 +80,7 @@ pub(crate) struct LinkageConstOrMutType {
#[primary_span]
pub span: Span,
}
#[derive(SessionDiagnostic)]
#[diag(codegen_llvm::sanitizer_memtag_requires_mte)]
pub(crate) struct SanitizerMemtagRequiresMte;