[PATCH] D121736: Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO

Julian Lettner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 16 18:43:36 PDT 2022


yln added a comment.

I've added 2 additional calls to `initializeLowerGlobalDtorsLegacyPassPass()`.  The one in the constructor of the legacy pass should ensure that the pass is always registered.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121736



More information about the cfe-commits mailing list