benshi001 added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/AVR.cpp:544
+      if (SectionAddressData) {
+        CmdArgs.push_back(Args.MakeArgString(
+            "-Tdata=0x" + Twine::utohexstr(*SectionAddressData)));
----------------
Just moving the default `-T` from previous position to here, without any change.


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

https://reviews.llvm.org/D142595

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to