llvm-6502/include
Zachary Turner 761f33167f Kill the LLVM global lock.
This patch removes the LLVM global lock, and updates all existing
users of the global lock to use their own mutex.    None of the
existing users of the global lock were protecting code that was
mutually exclusive with any of the other users of the global
lock, so its purpose was not being met.

Reviewed by: rnk

Differential Revision: http://reviews.llvm.org/D4142

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211277 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-19 16:17:42 +00:00
..
llvm Kill the LLVM global lock. 2014-06-19 16:17:42 +00:00
llvm-c Revert r211066, 211067, 211068, 211069, 211070. 2014-06-16 22:49:41 +00:00