[compiler-rt] [sanitizer] Fix asserts in asan and tsan in pthread interceptors. (PR #75394)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 10:43:23 PST 2023


================
@@ -4,10 +4,15 @@
 // FIXME: Crashes on some bots in pthread_exit.
 // RUN: %run %t %if tsan %{ 0 %} %else %{ 1 %}
 
+// Check interceptors' return codes are the same without sanitizers.
----------------
vitalybuka wrote:

I don't see value in this test
-fno-sanitize=all removes runtime, we don't have interceptors.


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


More information about the llvm-commits mailing list