llvm-project
Fix race in the implementation of __tsan_acquire()
#84923
Merged

Commits
  • Fix race in the implementation of __tsan_acquire() which can cause false positive data race warnings when the atomic variable was previously written to using compare_exchange_strong/weak.
    daveclausen committed 1 year ago
  • Merge branch 'main' into main
    daveclausen committed 1 year ago
  • Remove FileCheck from the test commandline
    daveclausen committed 1 year ago
Loading