[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:47:48 PST 2023
================
@@ -20,12 +20,20 @@ namespace llvm {
class Module;
class raw_ostream;
+static const int InstrumentationWithCallsThreshold = 7000;
----------------
vitalybuka wrote:
Please move them into
AddressSanitizerOptions
they do not deserve to be in llvm:: top namespace
https://github.com/llvm/llvm-project/pull/72439
More information about the llvm-commits
mailing list