[PATCH] D70685: [WebAssembly] Fix the order of destructors in the LowerGlobalDtors pass.
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 10:09:50 PST 2019
dschuff added a comment.
the commit description says "not ordered to group destructors with common associated objects" but it looks this patch is doing grouping by associated object. Is that intentional?
Also, maybe there should be a test which has destructors of different priorities associated with the same object?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70685/new/
https://reviews.llvm.org/D70685
More information about the llvm-commits
mailing list