[llvm-branch-commits] [llvm-branch] r295069 - ReleaseNotes: llvm-cov blurb; by Vedant Kumar
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 14 09:19:38 PST 2017
Author: hans
Date: Tue Feb 14 11:19:38 2017
New Revision: 295069
URL: http://llvm.org/viewvc/llvm-project?rev=295069&view=rev
Log:
ReleaseNotes: llvm-cov blurb; by Vedant Kumar
Modified:
llvm/branches/release_40/docs/ReleaseNotes.rst
Modified: llvm/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_40/docs/ReleaseNotes.rst?rev=295069&r1=295068&r2=295069&view=diff
==============================================================================
--- llvm/branches/release_40/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_40/docs/ReleaseNotes.rst Tue Feb 14 11:19:38 2017
@@ -61,6 +61,9 @@ Non-comprehensive list of changes in thi
with LLVM option -adce-remove-loops when the loop body otherwise has
no live operations.
+ * The llvm-cov tool can now export coverage data as json. Its html output mode
+ has also improved.
+
* ... next change ...
.. NOTE
More information about the llvm-branch-commits
mailing list