[clang] [compiler-rt] [rtsan] Enable RealtimeSanitizer for FreeBSD (PR #125389)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 13:49:06 PST 2025
================
@@ -1539,6 +1543,7 @@ TEST_F(KqueueTest, KeventDiesWhenRealtime) {
ExpectNonRealtimeSurvival(Func);
}
+#if SANITIZER_APPLE
----------------
cjappl wrote:
ah, fine to leave then probably. Thanks for pointing that out
https://github.com/llvm/llvm-project/pull/125389
More information about the llvm-commits
mailing list