[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
Fri Oct 7 16:31:28 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGec96aea846ce: [libFuzzer] update the libFuzzer docs to reflect the current state. (authored by kcc).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135312/new/

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.466220.patch
Type: text/x-patch
Size: 1176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/60b7ce3f/attachment-0001.bin>


More information about the llvm-commits mailing list