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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 16 06:53:33 PDT 2025


================
@@ -188,7 +188,7 @@ void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id,
   }
 #endif
 
-#if !SANITIZER_GO
+#if !SANITIZER_GO && !SANITIZER_ANDROID
----------------
enh-google wrote:

why don't we need this for android?

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


More information about the llvm-commits mailing list