[PATCH] D26216: [MCJIT] Remove eventListeners when MCJIT is destructed

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 16:51:45 PDT 2016


lhames added a comment.

Looking closer, those two lines (EventListners.clear() and Archives.clear()) are totally redundant in a destructor. We should just remove them. :)

- Lang.


https://reviews.llvm.org/D26216





More information about the llvm-commits mailing list