[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:54 PDT 2024
================
@@ -43,10 +43,11 @@ static InitializationState GetInitializationState() {
atomic_load(&rtsan_initialized, memory_order_acquire));
}
-static auto PrintDiagnosticsAndDieAction(DiagnosticsInfo info) {
+static auto DefaultErrorAction(DiagnosticsInfo info) {
----------------
fmayer wrote:
I don't really like this name. This implies there are other `ErrorAction`s.
https://github.com/llvm/llvm-project/pull/109832
More information about the llvm-commits
mailing list