[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:45:31 PDT 2021
lhames added a comment.
Looks like this broke some of the bots. E.g. https://lab.llvm.org/buildbot#builders/109/builds/22561.
A better solution to this problem might be to document that global SectionMemoryManagers are not allowed, then update the tutorial to avoid using them. I'll look in to that.
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