1
Fork 0

sanitizer support

This commit is contained in:
Jorge Aparicio 2016-12-29 23:28:11 -05:00
parent c14f87e3b0
commit 9af6aa3889
45 changed files with 810 additions and 6 deletions

View file

@ -98,6 +98,9 @@ enum LLVMRustAttribute {
UWTable = 17,
ZExt = 18,
InReg = 19,
SanitizeThread = 20,
SanitizeAddress = 21,
SanitizeMemory = 22,
};
typedef struct OpaqueRustString *RustStringRef;