[clang] [sanitizer] Parse weighted sanitizer args and -fno-sanitize-top-hot (PR #121619)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 16:47:56 PST 2025
================
@@ -1463,17 +1504,18 @@ void SanitizerArgs::addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
}
SanitizerMask parseArgValues(const Driver &D, const llvm::opt::Arg *A,
----------------
vitalybuka wrote:
Instead of extending this function, it would be cleaner to create another one.
https://github.com/llvm/llvm-project/pull/121619
More information about the cfe-commits
mailing list