[PATCH] D68396: [LLD][ELF] Fix stale comment about doing ICF

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 05:03:51 PDT 2019


MaskRay added a subscriber: peter.smith.
MaskRay added inline comments.


================
Comment at: lld/ELF/Driver.cpp:1918
+  // Do size optimizations: splitting of sections and garbage collection.
   splitSections<ELFT>();
   markLive<ELFT>();
----------------
@peter.smith in case he has suggestions for the wording.


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

https://reviews.llvm.org/D68396





More information about the llvm-commits mailing list