[all-commits] [llvm/llvm-project] 51bfef: [tsan][go]: add atomic or/and functions (#65695)
Mauri de Souza Meneguzzo via All-commits
all-commits at lists.llvm.org
Fri Oct 20 10:23:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51bfeff0e4b0757ff773da6882f4d538996c9b04
https://github.com/llvm/llvm-project/commit/51bfeff0e4b0757ff773da6882f4d538996c9b04
Author: Mauri de Souza Meneguzzo <mauri870 at gmail.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interface.h
M compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
Log Message:
-----------
[tsan][go]: add atomic or/and functions (#65695)
These atomic primitives are required in order to implement the race
variants of the new And and Or operators in Go's sync/atomic package.
See Github issue golang/go#61395.
More information about the All-commits
mailing list