[PATCH] D26216: [MCJIT] Remove eventListeners when MCJIT is destructed
Anna Thomas via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 05:13:16 PDT 2016
anna added a comment.
thanks Lang for the quick response! It makes sense now. I think there are other parts in the MCJIT code as well, which follow the same idiom (responsibility on the client). I have changed the code to avoid removing the `Archives` in the destructor.
https://reviews.llvm.org/D26216
More information about the llvm-commits
mailing list