summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-10-20 19:44:53 +0000
committerPavel Labath <labath@google.com>2017-10-20 19:44:53 +0000
commit6858988df359c353b54df50d763771351743b06d (patch)
tree65e52bd440680b3f0d8a7b0846fe47b4a65122d0 /llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
parent16a05bca9c519f84486b8b65211eef75004bffa3 (diff)
downloadbcm5719-llvm-6858988df359c353b54df50d763771351743b06d.tar.gz
bcm5719-llvm-6858988df359c353b54df50d763771351743b06d.zip
Revert "Logging: Make sure logging machinery is in a consistent state after forking"
The pthread_atfork trick breaks on android, because pthread_rwlock_unlock detects that it is not the same thread which locked the lock. This means that the subsequent lock attempt will still deadlock (only this time it happens deterministically instead of at random). Reverting to find a better solution. This reverts commit r316173. llvm-svn: 316231
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud