[PATCH] D107133: [AVR] emit `MCSA_Global` references to `__do_global_ctors` and `__do_global_dtors`
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 00:20:03 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/AVR/AVRAsmPrinter.cpp:226
+
+ OutStreamer->emitRawComment(" Declaring this symbol tells the CRT that it should");
+ OutStreamer->emitRawComment("copy all variables from program memory to RAM on startup");
----------------
Leading space is not needed
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