[compiler-rt] [rtsan] Introduce blocking-fn-name and intercepted-fn-name suppressions (PR #112108)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 12:30:00 PDT 2024
================
@@ -1,4 +1,5 @@
// RUN: %clangxx -fsanitize=realtime %s -o %t
+// RUN: %env_rtsan_opts=halt_on_error=false %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NOSUPPRESSIONS
----------------
cjappl wrote:
Added this check here to make sure that these would actually cause errors before suppressing them
https://github.com/llvm/llvm-project/pull/112108
More information about the llvm-commits
mailing list