Skip to content
Commit 30b24e95 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent cb9eaf59
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment