[PATCH] D107087: Fix SectionMemoryManager deconstruction error with MSVC

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 00:08:27 PDT 2021


lhames added a comment.

Thanks for this again Justice.

Looking again, I think we're arguably masking the issue here by leaking the default mapper (the tutorial doesn't call llvm_shutdown, which would free the managed statics). I think that's ok for now in a tutorial context, but I'll see if we can come up with a nicer long term solution too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107087/new/

https://reviews.llvm.org/D107087



More information about the llvm-commits mailing list