Add kernel-address sanitizer support for freestanding targets
This commit is contained in:
@@ -482,6 +482,8 @@ pub struct SanitizerOptions {
|
||||
pub sanitize_thread: bool,
|
||||
pub sanitize_hwaddress: bool,
|
||||
pub sanitize_hwaddress_recover: bool,
|
||||
pub sanitize_kernel_address: bool,
|
||||
pub sanitize_kernel_address_recover: bool,
|
||||
}
|
||||
|
||||
/// LLVMRelocMode
|
||||
|
||||
Reference in New Issue
Block a user