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

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 14:34:34 PST 2022


delcypher added a comment.

@yln I like the approach here as it solves problem for all of LLVM, not just ASan specifically :). This is better than what I was going to do originally. I think  the only missing there here are some tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121327



More information about the llvm-commits mailing list