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

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 08:17:41 PDT 2019


russell.gallop updated this revision to Diff 223027.

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

https://reviews.llvm.org/D68396

Files:
  lld/ELF/Driver.cpp


Index: lld/ELF/Driver.cpp
===================================================================
--- lld/ELF/Driver.cpp
+++ lld/ELF/Driver.cpp
@@ -1914,8 +1914,8 @@
   // Replace common symbols with regular symbols.
   replaceCommonSymbols();
 
-  // Do size optimizations: garbage collection, merging of SHF_MERGE sections
-  // and identical code folding.
+  // Do size optimizations: garbage collection and merging of SHF_MERGE
+  // sections.
   splitSections<ELFT>();
   markLive<ELFT>();
   demoteSharedSymbols();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68396.223027.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191003/95b9047b/attachment.bin>


More information about the llvm-commits mailing list