[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
Tue Aug 3 23:38:50 PDT 2021


mhjacobson updated this revision to Diff 363973.
mhjacobson added a comment.

Move emission of `__do_copy_data` and `__do_clear_bss` into `AVRAsmPrinter`.  (Leave `AVRTargetStreamer` as base class of `AVRELFStreamer`.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107133

Files:
  llvm/lib/Target/AVR/AVRAsmPrinter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h
  llvm/test/CodeGen/AVR/ctors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107133.363973.patch
Type: text/x-patch
Size: 5585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/548dbea8/attachment.bin>


More information about the llvm-commits mailing list