OSDN Git Service

Fix a bug that prevented the JIT from working correctly after llvm_shutdown.
authorChris Lattner <sabre@nondot.org>
Sat, 21 Apr 2007 00:12:18 +0000 (00:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Apr 2007 00:12:18 +0000 (00:12 +0000)
commitd1458f1d3019f7e5581480dfbb7a0f81ecd27ac0
tree43f29cc5f8f9f88d051c4b123f1867b49c24fdbd
parentcd070759c42a385e869f0faf9cee16ec6b1cb4ae
Fix a bug that prevented the JIT from working correctly after llvm_shutdown.
Pass info objects are initialized by static ctors, so deleting them at
llvm_shutdown time prevents resurrection from working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36292 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Pass.cpp