[PATCH] D39058: [ELF] - Simplify reporting of garbage collected sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 14:06:28 PDT 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/MarkLive.cpp:293
+
+  // Report collected sections.
+  if (Config->PrintGcSections)
----------------
collected -> garbage-collected


https://reviews.llvm.org/D39058





More information about the llvm-commits mailing list