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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 10:57:36 PDT 2024


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

Exit code 0 should be enough
we probably do not need  | FileCheck here

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


More information about the llvm-commits mailing list