Apparently MSVC doesn't support thread-safe static local initialization. Roll our...
authorOwen Anderson <resistor@mac.com>
Thu, 14 Oct 2010 17:26:06 +0000 (17:26 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 14 Oct 2010 17:26:06 +0000 (17:26 +0000)
commit05b4af7078f846aea6bc1e51fea1f38aa2a41803
treefda41ec8d8df45518398eef675ceee16f73b44eb
parent2d294f564b1eed29682b11d7165ea5800015cfcf
Apparently MSVC doesn't support thread-safe static local initialization.  Roll our own solution instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116489 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassSupport.h