[clang] [compiler-rt] [compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (PR #106736)

Chris Apple via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 6 10:44:54 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,
----------------
cjappl wrote:

https://github.com/llvm/llvm-project/pull/106650 That is done here, FYI

https://github.com/llvm/llvm-project/pull/106736


More information about the cfe-commits mailing list