"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "03b4e3a8cb2aee0481b2f8d0f00e4dcf28142b14"
[tsan] Fix the behavior of OSAtomicTestAndClear
The system implementation of OSAtomicTestAndClear returns the original bit, but the TSan interceptor has a bug which always returns zero from the function. This patch fixes this and adds a test. Differential Revision: https://reviews.llvm.org/D23061 llvm-svn: 277461
Loading
Please register or sign in to comment