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
|
@ -190,6 +190,7 @@ pub enum Attribute {
|
|||
StackProtectStrong = 31,
|
||||
StackProtect = 32,
|
||||
NoUndef = 33,
|
||||
SanitizeMemTag = 34,
|
||||
}
|
||||
|
||||
/// LLVMIntPredicate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue