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

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 18:32:03 PST 2022


yln added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/LowerGlobalDtors.h:1
+//===- LowerGlobalDtors.h - Eliminate Invoke instructions -----------------===//
+//
----------------
Copypasta `Eliminate Invoke instructions` is fixed.


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