[clang] [compiler-rt] [compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (PR #106736)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 10:44:18 PDT 2024
================
@@ -54,6 +54,8 @@ FEATURE(memtag_globals,
FEATURE(xray_instrument, LangOpts.XRayInstrument)
FEATURE(undefined_behavior_sanitizer,
LangOpts.Sanitize.hasOneOf(SanitizerKind::Undefined))
+FEATURE(realtime_sanitizer,
----------------
vitalybuka wrote:
clang/feature should be a separate patch, I will extract and land it, so you just rebase this PR later
https://github.com/llvm/llvm-project/pull/106736
More information about the llvm-commits
mailing list