On OS X, we don't have pthread spinlocks, let's just use a regular mutex instead. Secondly, pthread_rwlock_t is much larger (200 bytes), so char padding_[64 - sizeof(pthread_rwlock_t)] actually underflows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM