Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor...
authorChris Bieneman <beanz@apple.com>
Fri, 3 Oct 2014 22:03:12 +0000 (22:03 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 3 Oct 2014 22:03:12 +0000 (22:03 +0000)
commitbe77ea38e6cb218e80954676b9a4bc561b8a02df
tree18b5b8ac6da99be19ec898735927fcb37366ecbb
parent91ea3e41ae46348d520e9cdf8123748d01b2a46a
Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor and destructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ErrorHandling.cpp