[llvm-branch-commits] [llvm-branch] r354892 - Add note on libFuzzer for Windows to release notes
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 26 08:19:38 PST 2019
Author: hans
Date: Tue Feb 26 08:19:38 2019
New Revision: 354892
URL: http://llvm.org/viewvc/llvm-project?rev=354892&view=rev
Log:
Add note on libFuzzer for Windows to release notes
By Jonathan Metzman!
Differential revision: https://reviews.llvm.org/D58676
Modified:
llvm/branches/release_80/docs/ReleaseNotes.rst
Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=354892&r1=354891&r2=354892&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Tue Feb 26 08:19:38 2019
@@ -80,6 +80,8 @@ Non-comprehensive list of changes in thi
available in the `RFC
<https://lists.llvm.org/pipermail/llvm-dev/2018-November/127461.html>`_.
+* Windows support for libFuzzer (x86_64).
+
.. NOTE
If you would like to document a larger change, then you can add a
subsection about it right here. You can copy the following boilerplate
More information about the llvm-branch-commits
mailing list