[compiler-rt] [TSan] Add support for Android (PR #147580)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 16 06:50:35 PDT 2025


================
@@ -653,6 +669,14 @@ ThreadState *cur_thread() {
     }
     CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr));
   }
+
+  // This is a temporary workaround.
----------------
enh-google wrote:

this should probably abort if it gets a bad thread pointer, so we can track down what the actual problem is?

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


More information about the llvm-commits mailing list