sanitizer support
This commit is contained in:
parent
c14f87e3b0
commit
9af6aa3889
45 changed files with 810 additions and 6 deletions
|
@ -98,6 +98,9 @@ enum LLVMRustAttribute {
|
|||
UWTable = 17,
|
||||
ZExt = 18,
|
||||
InReg = 19,
|
||||
SanitizeThread = 20,
|
||||
SanitizeAddress = 21,
|
||||
SanitizeMemory = 22,
|
||||
};
|
||||
|
||||
typedef struct OpaqueRustString *RustStringRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue