diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-23 05:09:16 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-23 05:09:16 +0000 |
commit | 30b24e95fa4d011f68dd06e92bc17b0627521a13 (patch) | |
tree | 55d7e0fa9bee51de9aadf6b892f0f25165cc0857 /llvm/lib/VMCore/PrintModulePass.cpp | |
parent | cb9eaf59fb07a4f40724be47d04ff75ee039a1c5 (diff) | |
download | bcm5719-llvm-30b24e95fa4d011f68dd06e92bc17b0627521a13.tar.gz bcm5719-llvm-30b24e95fa4d011f68dd06e92bc17b0627521a13.zip |
Frontend: Don't free the CompilerInstance or FrontendActions when running under
-disable-free. Among other things, this fixes freeing of the LLVM module on
exit.
- Note that this means we are disable-free'ing of a lot more stuff than we used to -- this should flush out bugs in anything left that is trying to do real work in its destructor. I did a mini-audit but '::~' is not totally uncommon.
llvm-svn: 99258
Diffstat (limited to 'llvm/lib/VMCore/PrintModulePass.cpp')
0 files changed, 0 insertions, 0 deletions