[compiler-rt] Fix race in the implementation of __tsan_acquire() (PR #84923)

Dave Clausen via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 11:03:43 PDT 2024


================
@@ -0,0 +1,46 @@
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
----------------
daveclausen wrote:

Done.

I also removed the CHECK and CHECK-NOT comment lines at the end of the file.

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


More information about the llvm-commits mailing list