[compiler-rt] [sanitizer] Add cloak_sanitizer_signal_handlers runtime option (PR #162746)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 17:15:40 PDT 2025
================
@@ -24,6 +24,9 @@ namespace __sanitizer {
const char *SanitizerToolName = "SanitizerTool";
+const int MaxSignals = 64;
----------------
vitalybuka wrote:
Why 64?
it needs to be max signal which sanitizers install itself
https://github.com/llvm/llvm-project/pull/162746
More information about the llvm-commits
mailing list