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

Max Moroz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 09:02:58 PST 2019


Dor1s marked 2 inline comments as done.
Dor1s 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.
+
----------------
morehouse wrote:
> Maybe add "for linkers other than LLD".  Dead stripping should work 100% for LLD now.
Thanks, Matt! Done.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57474





More information about the cfe-commits mailing list