Eliminating static destructor for the BitCodeErrorCategory by converting to a Managed...
authorChris Bieneman <beanz@apple.com>
Fri, 19 Sep 2014 20:29:02 +0000 (20:29 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 19 Sep 2014 20:29:02 +0000 (20:29 +0000)
commit4ea1a1185a9062d544211688008253bd4814bef0
treef1e2cf6e6296ee7a72dfda4b3d2f5174ff744c0c
parentdc58d1e09921872f63a329dce631104616163bc5
Eliminating static destructor for the BitCodeErrorCategory by converting to a ManagedStatic.

Summary: This is part of the overall goal of removing static initializers from LLVM.

Reviewers: chandlerc

Reviewed By: chandlerc

Subscribers: chandlerc, llvm-commits

Differential Revision: http://reviews.llvm.org/D5416

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp