mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Didn't mean to invert this boolean.
This commit is contained in:
parent
6234a56949
commit
d440ce6a9f
@ -893,7 +893,7 @@ LLVMRustOptimizeWithNewPassManager(
|
||||
AddressSanitizerOptions opts = AddressSanitizerOptions{
|
||||
/*CompileKernel=*/false,
|
||||
SanitizerOptions->SanitizeAddressRecover,
|
||||
/*UseAfterScope=*/false,
|
||||
/*UseAfterScope=*/true,
|
||||
AsanDetectStackUseAfterReturnMode::Runtime,
|
||||
};
|
||||
MPM.addPass(ModuleAddressSanitizerPass(opts));
|
||||
|
Loading…
Reference in New Issue
Block a user