Revert part of r193291, restoring the deletion of loaded objects.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Oct 2013 09:52:56 +0000 (09:52 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Oct 2013 09:52:56 +0000 (09:52 +0000)
commitd55d159d09912b72728d9767d6cdaac36bade7dc
tree34809e0e1ab5527fd5eecb116459d5478bb304cf
parent741e6ef4d48989262721eb02932fe706930475dd
Revert part of r193291, restoring the deletion of loaded objects.
Without this, customers of the MCJIT were leaking memory like crazy.

It's not really clear what the *right* memory management is here, so I'm
not trying to add lots of tests or other logic, just trying to get us
back to a better baseline. I'll follow up on the original commit to
figure out the right path forward.

llvm-svn: 193323
llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp