[PATCH] D135312: [libFuzzer] update the libFuzzer docs to reflect the current state.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 13:22:36 PDT 2022


kcc created this revision.
kcc added a reviewer: vitalybuka.
Herald added a project: All.
kcc requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

[libFuzzer] update the libFuzzer docs to reflect the current state.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135312

Files:
  llvm/docs/LibFuzzer.rst


Index: llvm/docs/LibFuzzer.rst
===================================================================
--- llvm/docs/LibFuzzer.rst
+++ llvm/docs/LibFuzzer.rst
@@ -20,13 +20,18 @@
 
 Contact: libfuzzer(#)googlegroups.com
 
+Status
+======
+
+The original authors of libFuzzer have stopped active work on it
+and switched to working on another fuzzing engine, Centipede_.
+LibFuzzer is still fully supported in a sence that important bugs will get fixed.
+However please do not expect major new features or code reviews, other than for bug fixes.
+
 Versions
 ========
 
-LibFuzzer is under active development so you will need the current
-(or at least a very recent) version of the Clang compiler (see `building Clang from trunk`_)
-
-Refer to https://releases.llvm.org/5.0.0/docs/LibFuzzer.html for documentation on the older version.
+LibFuzzer requires a matching version of Clang.
 
 
 Getting Started
@@ -846,4 +851,5 @@
 .. _`value profile`: #value-profile
 .. _`caller-callee pairs`: https://clang.llvm.org/docs/SanitizerCoverage.html#caller-callee-coverage
 .. _BoringSSL: https://boringssl.googlesource.com/boringssl/
+.. _Centipede: https://github.com/google/centipede
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135312.465529.patch
Type: text/x-patch
Size: 1176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221005/61830e43/attachment.bin>


More information about the llvm-commits mailing list