]> granicus.if.org Git - clang/commitdiff
[docs] Coverage: document issue with the BFD linker
authorVedant Kumar <vsk@apple.com>
Mon, 19 Jun 2017 21:22:05 +0000 (21:22 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 19 Jun 2017 21:22:05 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305743 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceBasedCodeCoverage.rst

index 474af30ae30f7a1f7a1a868262f017fb0d4668c6..c38a00386d6a38b6833878b4a933893a09d965a9 100644 (file)
@@ -274,6 +274,11 @@ To specify an alternate directory for raw profiles, use
 Drawbacks and limitations
 =========================
 
+* Prior to version 2.26, the GNU binutils BFD linker is not able link programs
+  with coverage enabled when the ``--gc-sections`` is enabled. The suggested
+  workaround is to either upgrade to a newer version of BFD, or to use the Gold
+  linker.
+
 * Code coverage does not handle unpredictable changes in control flow or stack
   unwinding in the presence of exceptions precisely. Consider the following
   function: