Port SanitizerMemtagRequiresMte
This commit is contained in:
parent
02403ee31d
commit
978b5f73e4
3 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue