mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
[docs] Coverage: Improve the wording a bit
llvm-svn: 305745
This commit is contained in:
parent
0d5ec11702
commit
1c5f312c70
@ -275,9 +275,9 @@ 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.
|
||||
compiled with ``-fcoverage-mapping`` in its ``--gc-sections`` mode. Possible
|
||||
workarounds include disabling ``--gc-sections``, upgrading to a newer version
|
||||
of BFD, or using 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
|
||||
|
Loading…
Reference in New Issue
Block a user