Didn't mean to invert this boolean.
This commit is contained in:
parent
6234a56949
commit
d440ce6a9f
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ LLVMRustOptimizeWithNewPassManager(
|
|||
AddressSanitizerOptions opts = AddressSanitizerOptions{
|
||||
/*CompileKernel=*/false,
|
||||
SanitizerOptions->SanitizeAddressRecover,
|
||||
/*UseAfterScope=*/false,
|
||||
/*UseAfterScope=*/true,
|
||||
AsanDetectStackUseAfterReturnMode::Runtime,
|
||||
};
|
||||
MPM.addPass(ModuleAddressSanitizerPass(opts));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue