llvm-project
Fix race in the implementation of __tsan_acquire()
#84923
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
3
Changes
View On
GitHub
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