[llvm] [ASan] Allow for passing AddressSanitizer command line options through the AddressSanitizerOptions struct. (PR #72439)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 10:53:01 PST 2023
================
@@ -782,9 +793,13 @@ class ModuleAddressSanitizer {
bool Recover = false, bool UseGlobalsGC = true,
----------------
vitalybuka wrote:
same about default args for ModuleAddressSanitizer
https://github.com/llvm/llvm-project/pull/72439
More information about the llvm-commits
mailing list