Removing static initializer from Debug.cpp by converting to a ManagedStatic.
authorChris Bieneman <beanz@apple.com>
Wed, 3 Sep 2014 17:50:14 +0000 (17:50 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 3 Sep 2014 17:50:14 +0000 (17:50 +0000)
commitb9053f6cbc40677fe6b91ed5243e3f8cdb0bb3c0
tree5d4d4e41d5fa32ba69a808bb1c8bdeb7f912e273
parent413eadfac9386c6f84333de286053a405b52be46
Removing static initializer from Debug.cpp by converting to a ManagedStatic.

This is part of our larger effort to remove static initializers from LLVM libraries.

Reviewed by: chandlerc

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