[compiler-rt] [rtsan] Support legacy pthread_cond variables (PR #152947)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 10:49:06 PDT 2025


================
@@ -46,12 +46,44 @@
 
 using namespace __sanitizer;
 
+#if defined(__x86_64__) || defined(__mips__) || SANITIZER_PPC64V1 ||           \
----------------
davidtrevelyan wrote:

Nice. Sounds sensible to me!

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


More information about the llvm-commits mailing list