[PATCH] D142595: [Driver][AVR] Don't emit default '-Tdata' when '-T' is specified
    Ben Shi via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Jan 29 19:10:51 PST 2023
    
    
  
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
    
    
More information about the cfe-commits
mailing list