MemTagSanitizer Support
Adds support for the LLVM MemTagSanitizer.
This commit is contained in:
parent
5569757491
commit
568aeda9e9
15 changed files with 67 additions and 6 deletions
|
@ -226,6 +226,8 @@ static Attribute::AttrKind fromRust(LLVMRustAttribute Kind) {
|
|||
return Attribute::StackProtect;
|
||||
case NoUndef:
|
||||
return Attribute::NoUndef;
|
||||
case SanitizeMemTag:
|
||||
return Attribute::SanitizeMemTag;
|
||||
}
|
||||
report_fatal_error("bad AttributeKind");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue