[PATCH] D57474: Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 10:29:33 PST 2019


morehouse added inline comments.


================
Comment at: docs/SanitizerCoverage.rst:149
+(``-Wl,-gc-sections``), thus resulting in a significant binary size overhead.
+See `Bug 34636 <https://bugs.llvm.org/show_bug.cgi?id=34636>`_ for more info.
+
----------------
Maybe add "for linkers other than LLD".  Dead stripping should work 100% for LLD now.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57474





More information about the llvm-commits mailing list