Converting the JITDebugLock mutex to a ManagedStatic to avoid the static constructor...
authorChris Bieneman <beanz@apple.com>
Fri, 19 Sep 2014 21:38:20 +0000 (21:38 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 19 Sep 2014 21:38:20 +0000 (21:38 +0000)
commit73f682362133e5a8a6498eda2634cc0f8ed0a42a
tree76db006d8ee4813acc884bb2dc2fc62cc245459b
parent401b720aa8d6ed0fd622910946e7226a2d7ba221
Converting the JITDebugLock mutex to a ManagedStatic to avoid the static constructor and destructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218154 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp