[llvm] ec96aea - [libFuzzer] update the libFuzzer docs to reflect the current state.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 16:31:26 PDT 2022
Author: Kostya Serebryany
Date: 2022-10-07T16:31:06-07:00
New Revision: ec96aea846ce322ff15fd64b976a5656eefa07a8
URL: https://github.com/llvm/llvm-project/commit/ec96aea846ce322ff15fd64b976a5656eefa07a8
DIFF: https://github.com/llvm/llvm-project/commit/ec96aea846ce322ff15fd64b976a5656eefa07a8.diff
LOG: [libFuzzer] update the libFuzzer docs to reflect the current state.
[libFuzzer] update the libFuzzer docs to reflect the current state.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D135312
Added:
Modified:
llvm/docs/LibFuzzer.rst
Removed:
################################################################################
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 89265ebfe35e..64c62c49f649 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/docs/LibFuzzer.rst
@@ -20,13 +20,18 @@ instrumentation.
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 @@ Trophies
.. _`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
More information about the llvm-commits
mailing list