[PATCH] D126282: [Driver] Add more options for target AVR when linking with lld

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 17:49:03 PDT 2022


benshi001 added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:395
+
+unsigned GetMCUEEPROMSize(StringRef MCUName) {
+  for (const auto &MCU : MCUInfo)
----------------
Add three helper functions for the newly added fields.


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

https://reviews.llvm.org/D126282



More information about the cfe-commits mailing list