[compiler-rt] [rtsan] Introduce halt_on_error flag (PR #109832)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 13:21:53 PDT 2024


================
@@ -0,0 +1,25 @@
+// RUN: %clangxx -fsanitize=realtime %s -o %t
+// RUN: env RTSAN_OPTIONS="halt_on_error=false" %run %t 2>&1 | FileCheck %s
----------------
fmayer wrote:

Also add a case with `=true`?

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


More information about the llvm-commits mailing list