Destroy the dynamic loader plugin in Process::Finalize. If you wait till the...
Destroy the dynamic loader plugin in Process::Finalize. If you wait till the auto_ptr gets deleted in the normal course of things the real process class will have been destroyed already, and it's hard to shut down the dynamic loader without accessing some process pure virtual method. llvm-svn: 125668
Loading
Please register or sign in to comment