new helper class to provide more explicit management of static ctor/dtors.
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 00:31:55 +0000 (00:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 00:31:55 +0000 (00:31 +0000)
commit771cbf30bc1ff025316d1a80aeb5102375c1598e
treeb9437a57985dfea00d845a5b1620dd98987e3c9f
parent8af24b86a8dea1696839104c34d6445ee7294d2a
new helper class to provide more explicit management of static ctor/dtors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30638 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ManagedStatic.h [new file with mode: 0644]
lib/Support/ManagedStatic.cpp [new file with mode: 0644]