[PATCH] D107133: [AVR] emit `MCSA_Global` references to `__do_global_ctors` and `__do_global_dtors`

Matt Jacobson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 23:53:17 PDT 2021


mhjacobson added a comment.

I roughly followed the example of how `__do_copy_data` and `__do_clear_bss` are linked, in `AVRTargetStreamer::finish()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107133



More information about the llvm-commits mailing list